.htaccess file
RewriteEngine On
RewriteCond %{HTTP_HOST} domainname\.com [NC]
RewriteRule (.*) http://www.domainname.com/$1 [L,R=301]
No comments:
Post a Comment