.htaccess

Загрузка ...

ErrorDocument 404 http://otdih-vejske.ru/404-not-found   

<IfModule mod_rewrite.c >
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.otdih-vejske\.ru [NC]
RewriteRule ^(.*)$ http://otdih-vejske.ru/$1 [L,R=301]
< /IfModule >