WordPress Permalink 404 issue
-
Hey guys, I’m having an issue with my permalinks and have no clue why. This hasn’t happened before.
Anyway, I’m using 2.7.1 on a local setup using Wampserver 2.0h (the latest release).
For some reason my phpmyadmin had locked me out even though I wasn’t using a password, so somehow I effed my db up and just started over with a fresh install of Wampserver and WordPress. When I immediately install wordpress, and immediately go to permalinks and change away from the default (http://localurl/?p=123) to not only Custom (/%category%/%postname%/) but ANYTHING other than the default, I’m getting a 404 error? I mean, this is with a fresh install of wordpress 2.7.1, no plugins installed, and no posts other than the default that comes with a new WP installation.
This is what the .htaccess file shows:
`# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
and phpinfo() is showing under the apache2handler that mod_rewrite is in the “Loaded Modules”.
I don’t understand what the problem is. Any help would be appreciated.
Thanks,
Jarod
The topic ‘WordPress Permalink 404 issue’ is closed to new replies.