View Single Post

Old 10-22-2006, 04:55 AM   #5 (permalink)
sunnybeachcal sunnybeachcal is offline
Member
 
sunnybeachcal's Avatar
 

Posts: 91
Join Date: Sep 2006
Location: PA
Number of Domains:
Trader Rating: (0)
Default

Unfortunately, this is a parked domain, there are no options available for redirection via the cPanel. But you're correct about editing the .htaccess file, I could add the following:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^parkeddomain.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.parkeddomain.com $
RewriteRule ^(.*)$ http://www.addondomain.com / [R=301,L]

I had just added the parked domain to my account and still waiting for it to propagate. I'll test the code then.
  Reply With Quote