How to redirect from site.ru/ to site.ru/ru/
I tried this:
RewriteRule ^(.*)/$ /ru/ [L] Gives an error 500
And so:
RewriteRule ^(.*)/$ /ru/ [R=301,L] Swears that I redirect many times
How to redirect from site.ru/ to site.ru/ru/
I tried this:
RewriteRule ^(.*)/$ /ru/ [L] Gives an error 500
And so:
RewriteRule ^(.*)/$ /ru/ [R=301,L] Swears that I redirect many times
Source: https://ru.stackoverflow.com/questions/517496/
All Articles