PDA

View Full Version : How to add www as default url?


topvip
2013-11-03, 10:08 AM
What I did is comment two lines in .htaccess file on something like:

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