Can i do a multiples redirection 301 with Corcel ? #616
Unanswered
ChristopherMassamba
asked this question in
Q&A
Replies: 1 comment
-
You could look at Redirection plugin and import CSV to it https://wordpress.org/plugins/redirection/. Resolving WordPress permalinks from database level is not possible to my knowledge so maybe out of scope of Corcel. You can get those from WP PHP function ’get_permalink()’ https://developer.wordpress.org/reference/functions/get_permalink/. It’s pretty simple to script it via eg. ’wp eval-file’ how you like to get data out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i migrate my old worpdress to a new Wordpress (post, page , ect...) and i would like to know if its possible to do redirection 301 to
redirect the old url to the new one via corcel ?
(example: old url =>"mysite.com/actualite/{slug}" to new url =>"mysite.com/actualite/{categorie}/{slug}")
Beta Was this translation helpful? Give feedback.
All reactions