Need help with regex redirection
-
I recently removed all amp pages from my website , now the problem that I am facing is redirecting every page which have /AMP/ in it, I tried following code in the plugin
Source URL: /(.)/amp/?(.)$ [Selected Regex here]
Target URL: /$1/$2/$3
Now the problem is I do have pages that start with /amp which is a cryptocurrency too, this code is redirecting those pages too. Need help with that as we regularly adding posts regarding different cryptos and AMP is one of them.
Example of url I am facing issue with https://www.cryptonewsz.com/forecast/amp-price-prediction/
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.