• I just upgraded to 2.3. When I click on Permalinks, Comments, and Page Links the index page simply refreshes. Also, categories are no longer associated with posts. My .htaccess file is simple, and I tried rewriting to it:

    # 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 help would be appreciated.

Viewing 1 replies (of 1 total)
  • I’m having the same problem at my site (here). Clicking on Comments link takes you back to the index page. Any luck on your site?

Viewing 1 replies (of 1 total)
  • The topic ‘Permalinks, Comments, Page Links All Going to Index Page’ is closed to new replies.