Redirecting not working properly
-
I am having trouble with a redirect using the redirection plugin. For some reason, my redirect is not working. I’ve tried it a few different ways, but it just does not want to cooperate. I know the regex works fine because I tested it separately, so I don’t know what else to do. Can anyone help?
I am tying to redirect these:
https://www.mukerjilaw.com/Blog-Comments/Log-In.aspx?ReturnUrl=%2FHouston-Personal-Injury-Blog%2F2013%2FSeptember%2FPersonal-Injury-Dos-and-Donts.aspx
https://www.mukerjilaw.com/Blog-Comments/Log-In.aspx?ReturnUrl=%2FHouston-Personal-Injury-Blog%2F2013%2FSeptember%2FWhat-to-Do-After-a-Car-Accident.aspx
https://www.mukerjilaw.com/Blog-Comments/Log-In0736.aspx?ReturnUrl=%252fHouston-Personal-Injury-Blog%252f2013%252fFebruary%252fEngine-Room-Catches-Fire-on-Carnival-Cruise-Ship.aspx
https://www.mukerjilaw.com/Blog-Comments/Log-In0736.html?ReturnUrl=%2fHouston-Personal-Injury-Blog%2f2013%2fFebruary%2fEngine-Room-Catches-Fire-on-Carnival-Cruise-Ship.aspxinto these:
https://nmtriallawfirm.com/What-to-Do-After-a-Car-Accident/
https://nmtriallawfirm.com/Engine-Room-Catches-Fire-on-Carnival-Cruise-Ship/However, I can’t get them to work properly. Here is what I have so far.
Source URL:
.*/Blog-Comments/.*?Houston-Personal-Injury-Blog%[25]{0,2}2f[0-9]{4}%[25]{0,2}2f\w*%[25]{0,2}2f([a-z\-0-9]*)(\.aspx|/)$
Target URL:
https://nmtriallawfirm.com/$1/I had to add the URL because it was doing a redirect loop.
Thanks in advance!
- The topic ‘Redirecting not working properly’ is closed to new replies.