Permalinks, Comments, Page Links All Going to Index Page
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Permalinks, Comments, Page Links All Going to Index Page’ is closed to new replies.