Live Chat Software by Kayako |
Knowledgebase: Site Functions
Redirect Non-www to www
Posted by - NA - on 12 February 2007 06:00 PM
|
|
Simply add the following to the .htaccess file in your public_html folder: RewriteEngine On Options +FollowSymlinks RewriteCond %{HTTP_HOST} ^yourdomain\.com RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=permanent,L] Be sure to replace domain with your domain name. | |
|
Comments (0)