Loot with redirect
-
Hello. I think that it was working few months back when we tested it but now we see in some of our analytics that there is a loop in regular expression redirects.
If we use for example:
URL: /usr/(.*)
Redirect to: /author/$1/then it doesn’t work because from the logs we can see that there is a priority of 404 page and not the initial URL.
/usr/(.*) (/usr/(Default404Page))
This is the loop:
start
301
https://www.xxx.com/usr/username
301
https://www.xxx.com/usr/(Default404Page)
301
https://www.xxx.com/usr/(Default404Page)
301
https://www.xxx.com/usr/(Default404Page)
301
https://www.xxx.com/usr/(Default404Page)
301
https://www.xxx.com/usr/(Default404Page)As you can see, it takes as the initial page the 404 page and not the URL requested and goes into the loop.
Is there something we can do or is it a bug?
Thank you.
Karel
- The topic ‘Loot with redirect’ is closed to new replies.