WordPress 2.8.4 Permalinks Issue with 404 error (Not Found)
-
I have just upgraded my wordpress site to ver 2.8.4 and now the permalinks point me to a 404 page. I used custom and used %postname%. My .htaccess contained the following
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule># END WordPress
My “wordpress” directory as a 777 permission.
mod_rewrite is installed and working. But why am I getting a 404 (Not Found) page?
I have also tried a new installation of WP 2.8.4 and the same problem occurs. Does anybody have any idea?
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘WordPress 2.8.4 Permalinks Issue with 404 error (Not Found)’ is closed to new replies.