This is how currently .htaccess looks
RewriteCond %{HTTP_HOST} ^dom\.startnet\.info$ [NC] RewriteRule ^(.*)$ http://www.dom.startnet.info/$1 [R=301,L] # RewriteCond %{THE_REQUEST} ^[AZ]{3,9}\ /([^/]+/)*(index)\.(html)\ HTTP/ [NC] RewriteRule ^(([^/]+/)*)(index)\.(html)$ http://www.dom.startnet.info/$1 [L,R=301]
Redirect from www. works correctly, with index.html does not work. Moreover, the same code, if we replace index with default and change the page address from index.html to default.html, works correctly.
Saytik samopisny.
What could be the problem?