/ Published in: Apache
Domain ambiguous way of forcing www with htaccess
Expand |
Embed | Plain Text
# Force www RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
You need to login to post a comment.
