LINUX.ORG.RU

История изменений

Исправление invokercd, (текущая версия) :

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

Исходная версия invokercd, :

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