404 page not found error – on changing the permalink
-
I installed the custom permalinks plugin and when I change the permalink for the post(custom post type), the post gives me 404 page not found error.
I updated the permalinks structure in the “settings – permalinks but it did not solve the problem.
My htacess looks like this
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /projectName/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /projectName/index.php [L]
</IfModule># END WordPress
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘404 page not found error – on changing the permalink’ is closed to new replies.