|
Kindly remove the existing code in .htaccess and place this code.
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yoursite.com [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301]
Last edited by twhdir; 08-15-2009 at 04:30 PM..
|