Permalink Change leads to 404 Error
-
I have installed WP on a local server. Everything seems to be working, but when I changed the permalink from plain to post name I get a 404 error. Here is my .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>My wordpress is located in the following directory:
/var/www/html/wordpress. Running CentOS 7Any help appreciated.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Permalink Change leads to 404 Error’ is closed to new replies.