A
A
amigo_0982015-08-13 13:46:49
htaccess
amigo_098, 2015-08-13 13:46:49

.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

1 answer(s)
H
heartdevil, 2015-08-14
@heartdevil

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 question

Ask a Question

731 491 924 answers to any question