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

htaccess 1 มิ.ย. 2012

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

แท็ก

Onyx

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