RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain\.co [NC]
RewriteRule (.*) http://www.domain.co/$1 [L,R=301]
copy the above content to .htaccess file in your apache home directory
Change the domain to u'r domain name
RewriteCond %{HTTP_HOST} ^domain\.co [NC]
RewriteRule (.*) http://www.domain.co/$1 [L,R=301]
copy the above content to .htaccess file in your apache home directory
Change the domain to u'r domain name
No comments:
Post a Comment