Jump to Navigation

apache

301 редирект в .htaccess

RewriteCond %{HTTP_HOST} ^www\.site\.ru$ [NC]
RewriteRule ^(.*)$ http://site.ru/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^site\.nichost\.ru$ [NC]
RewriteRule ^(.*)$ http://site.ru/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www\.site\.nichost\.ru$ [NC]
RewriteRule ^(.*)$ http://site.ru/$1 [L,R=301]

Подписаться на RSS - apache


Main menu 2

by Dr. Radut.