Where does Redirection store the links
-
Question.
I have outdated links sitting in the Redirection plugin that I’d like to update quickly (not manually) using the wp-cli.
The problem is that if I have say an outdated 301 going to (as an example):
https://some.outdated.link.com/destinations/countryDoing a search-replace on the database like so:
wp search-replace ‘some.outdated.link.com’ ‘newlink.com’…does not seem to correct the outdated link.
So my question is:
Where does Redirection store these 301 links? Or is there some weird way that it stores the links involving escape characters?I did try this:
wp search-replace ‘%2Fsome.outdated.link.com%2F’ ‘%2Fnewlink.com%2F’
but that didn’t yield any replacements.Please advise.
ThanksThe page I need help with: [log in to see the link]
- The topic ‘Where does Redirection store the links’ is closed to new replies.