Hi, the following answer is not mine, i found it on other forum.
Basically you'd need to add this to your /etc/httpd/httpd.conf file (or preferably to /etc/httpd/user/username.conf)
Code:
RewriteEngine OnRewriteCond %{HTTP_HOST} ^domain\.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]
Hope this helps.



LinkBack URL
About LinkBacks




Bookmarks