The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

301 redirection Query

etrade-union

New Member
affiliate
If I need my website

for e.g.

abc.com to www . abc . com then what code I need to place...and should I place it in dreamweaver and upload it in root directory?
 
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.
 
banners
Back