Archived topic
URL Link Error - What's Happening
3 replies · Started by Alexander on September 23, 2021
Hi,
When I create a post, example http://www.example.com/generatepress/ and I publish, the url for some posts get corrupted, the url will change to http://www.example.com/gepress/ and I get a 404.
What's up with that? I don't understand and I am not sure if it's a GeneratePress Issues.
Thanks in advance,
Alex
Hi there,
the theme has no control over the permalinks, neither does it interfere with them, its a WordPress core function. So its not theme related.
Other plugins such as SEO plugins may interfere with them and that would be the first place to check.
You should also ensure that the post title slug is unique, ie. there is not another page or media attachment that has the same name, although this generally just adds a number to the slug eg. /generatepress becomes /generatepress-2
If neither of those are a problem then check with your host to make sure there are no rewrite rules in place that may be interfering.
Thanks David! I will first send a message to my host. Enjoy the day!
You're welcome