404 error page after permalink change
-
Hi,
my site is using WP 4.4.2 with The7.
A couple of days ago I changed the permalink for posts to a custom setting: xxxxxx.com.au/blog/2015/12/27/sample-post
After this I cannot edit any posts, pages or settings in the backend.
I can access the backend, but always get 404 error pages when trying to edit certain posts, pages or settings. Have to try several times to access the page that I need to edit.
I have checked the .htaccess file on the site for permalink settings. It is below.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Any solution would help.
Thanks.
- The topic ‘404 error page after permalink change’ is closed to new replies.