Answer the question
In order to leave comments, you need to log in
.htaccess how to make the main page of the site available on the same URL?
What is tedious to write in .htaccess to redirect only to www.site.ru/index.html ?
www.site.ru
www.site.ru/index
www.site.ru/index.html
Answer the question
In order to leave comments, you need to log in
Hello.
I didn’t test the rules, but try experimenting with this.
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www\.site\.ru$ [NC]
RewriteCond %{HTTP_HOST} ^www\.site\.ru/index$ [NC]
RewriteRule ^.*$ www.site.ru/index.html [R=301, L]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question