Htaccess rewrite rules on migration

If a plugin creates a custom post type with custom rewrite rules, but doesn’t update (flush) the rules, the end user has to revisit the permalinks page or the new CPT results in 404s; this is one reason for revisiting the permalinks page. Uninstalling that same plugin would, again, take a trip to the permalinks page to remove the rules.

2 Likes

Thanks John. I can appreciate the need in that scenario. Just didn’t think of it as part of the migration process.

1 Like

@anon71687268 you are right, I was also living in a lie like you said in Slack :rofl:

It always calls the flush_rewrite_rules() inside the options-permalink.php

btw: That screenshot was taken with a VSCode extension called Polacode

3 Likes

I had stuck that on my to-do list for further investigation…thanks for following up on it, @rui …and thanks for the early morning laugh!

1 Like

This issue has been fixed in the develop branch here:

The fix will be included in 1.0.0-rc2, coming out tomorrow.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.