Forum Moderators: phranque
what is one best way as far as google is concerned for a site on apache server/cpanel to do it.i searched the forums and found several methods modrewrites,.htaccess entries, changing cname entries.
if somebody could illustrate the one best method for my case, i would be greatful and it would really help beginners like me.
thank you
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example\.com
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
[edited by: jdMorgan at 8:18 pm (utc) on July 8, 2005]
[edit reason] Examplified. [/edit]