• WordPress seems to be gone mad with me. When I go to https://www.jinglenews.com/page/2/, for example, the it doesn’t show the page2 posts – still page 1. Same goes for categories.

    My .htaccess file is ok –

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Any idea what’s wrong?

    Thanks,
    Paul

Viewing 1 replies (of 1 total)
  • Have non default Permalinks ever worked on the blog?

    There’s some troubleshooting at that link. I’d probably start by making sure the host has mod_rewrite and AllowOverrides properly on and enabled.

Viewing 1 replies (of 1 total)
  • The topic ‘Next page, categories etc not working – index still displayed’ is closed to new replies.