.htaccess - Rewrite to "www.domain.com -> domain.com"

htaccess 1 มิ.ย. 2012

RewriteCond %{HTTPS} !=on
RewriteCond %{HTTP_HOST} ^www.(.+)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]

แท็ก

Onyx

Just a middle-aged programmer, Can do many things but not the most.