RewriteCond %{HTTP_HOST} ^www\.site\.com [nc]
RewriteRule (.*) http://site.com/$1 [R=301,L]Sonuç:
www .x.com > x.com > yönlendirilen site
x.com > yönlendirilen site
Konu: 301 problemi www
RewriteCond %{HTTP_HOST} ^www\.site\.com [nc]
RewriteRule (.*) http://site.com/$1 [R=301,L]