WordPress Permalink break – created then resolved
8:13 PM in WordPress by Vic Russell
Changing the WordPress Permalink structure of your website to something that is SEO friendly is something you may want to do – using the default ?id=1234 method is not reflective of your page content. How you go about making the change to your Permalink format is critical.
I had already changed the WordPress Permalinks to /year/month/post-name/ format. I wanted additional SEO alignment by updating to /category/post-name/ [NOTE: the 'category' will be the first/lower one checked for that article if there are more than 1 category used].
To initially make the change, I changed the WordPress Permalink structure to /%category%/%postname%/ using the form field on the following admin page:
http://your.domain.com/worpress/path/wp-admin/options.php
Once I made the change, I could no longer access any post page – they appeared on the main blog page (home page), but when I clicked any post-link, I received a ‘post not found’ error.
THEREFORE, Please Do Not Use the above page to change your WordPress Permalink structure -
DO use the admin dashboard -> Settings -> Permalink page only to change the format of your Permalinks.
Here is a link to the article that will give a very good explanation on what to do if your Permalinks are messed up:
http://wordpress.org/support/topic/plugin-advanced-permalinks-cannot-open-old-posts
Thank you,
Vic