Changed permalink structure, now dashboard links don't work
-
I want to change my permalinks structure from /%category%/%postname%.html to /sample-post/. After making this change in my site’s settings, I added this line to my .htaccess:
RedirectMatch 301 ^/([^/]+)/([^/]+).html$ http://www.mydomain.com/$2The redirect appears to have been successful since all links of the old format are correctly redirecting to their corresponding content, which now displays the new format permalinks.
However, the dashboard link on the top toolbar now gives me a 404 error on a page with url /index.
Why has this happened and how can I fix it? Thank you!
Edit: Sorry, here’s the site in question: http://www.parsleymonster.com/ It’s a brand new clean install because I’m making sure I get the procedure right before implementing it on a huge established site.
The topic ‘Changed permalink structure, now dashboard links don't work’ is closed to new replies.