Permalink Structure Problems in 3.1
-
Using multisite in 3.1 with a sub-directory set-up.
Noticed a strange hiccup in my permalink structure today, and I’m not sure what happened. Apologies for this message being fairly long in advance!
The Problem
————
All of my URLs for blog posts, custom post types, and taxonomies now use the current structure:Custom post type: https://www.domain.com/blog/feature/%title%
Custom taxonomy: https://www.domain.com/blog/program/%title%
Regular blog post: https://www.domain.com/blog/%year%/%month%/%day%/%title%Before, they were using one of the following:
Custom post type: https://www.domain.com/feature/%title%
Custom taxonomy: https://www.domain.com/program/%title%
Regular blog post: https://www.domain.com/%month%/%day%/%title%Solution
——–When I noticed this problem, I went to Network Admin > Sites and changed the Permalink Structure under the “Settings” tab. I noticed that somehow, it had appended the “/blog” there.
I thought that would do the trick.
However, I went back into the Dashboard of the site, and went to update the permalink settings. Not only had it not removed “/blog” in the options presented to me, it wouldn’t allow me to update my permalink structure to what I wanted. Every time I saved, it would revert to the default setting.
What to Do?
———-I looked in my theme’s functions and there’s nothing mucking up the permalinks there. So my guess is that it’s somehow related to the server. Could it be an error with my .htaccess file? A permissions error?
Your suggestions welcome — if this has been posted before, please let me know!
- The topic ‘Permalink Structure Problems in 3.1’ is closed to new replies.