Hello,
I found that
www.mydomain.com/smth%F1odd
or
www.mydomain.com/smth%F3
get the user into a loop (several redirects)
www.mydomain.com/smth%20odd works as expected
"smth odd" not found
I have tested from
subdomain.mydomain.com/smth%F1odd and it dislpays
"smthñodd" not found.
I don't realize what is causing that loop in www.mydomain.com
I've removed .htaccess for just a couple of seconds to check something there is the problem source.
Same behavior.
I also have compared httpd.conf content from both www and subdomain virtual servers and nothing seem to be the problem.
Do you have an idea what to look into?
Thank you