I have do it on htpaccess but not work. This is code:
# Redirect non-www to www mod
RewriteCond %{HTTP_HOST} ^sitename.com
RewriteRule (.*) http://www.sitename.com/$1 [R=301,L]
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
Please correct it!!?



LinkBack URL
About LinkBacks

?




Reply With Quote