301 Redirect non-www requests to www.yoursite.com
This is to help with your SEO
use an FTP client to log into the main WWW root or Public_Html [depending upon your host]
find the file called .htaccess [make sure its writable by checking the CHMOD attributes]
add these lines to your .htaccess file
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yourdomain\.com
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=permanent,L]
remember to replace yourdomain.com with the actual name of your domain
[…] OSX: 11 Ways to Optimize Your Mac 11 Free OSX Downloads that every Mac User should have Make An Exact Copy of Your Mac Hard Drive Easy to Use VNC Software 300! professionally designed icons… FREE IE 7 Standalone How to Convince a Client They Don’t Need a Splash Page 301 Redirect non-www requests to www.yoursite.com […]