Answer the question
In order to leave comments, you need to log in
How to make htaccess 301 redirect?
I want to make a redirect from a link like site.com/ru/ to ru.site.com
I tried this:
RewriteCond %{HTTP_HOST} ^site.com/ru/
RewriteRule ^$ https://ru.site.com/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} /ru/ [NC]
RewriteRule ^$ https://ru.site.com/ [R=301,L]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question