:: let's do it add this line on .htaccess file on your root directory website (htdocs); [ linux: htdocs ]# vi .htaccess RewriteEngine On RewriteCond %{HTTP_HOST} ^yoursite.com [NC] RewriteRule (.*) http://www.yoursite.com/$1 [L,R=301]
~ free.your.mind :: free.your.source ~