Force using www on website...
Posted by admin in
Scripts,
Tips and Tricks on 12 5th, 2008 |
No Comments
let say i want to force any people that visit this site to visit http://www.blindtext.info, not http://blindtext.info , there”s a very simple way.
use .htacces
copy this code on text editor, and save as .htacces
RewriteEngine on
RewriteCond %{HTTP_HOST} ^trevorfitzgerald.com [NC]
RewriteRule ^(.*)$...