i have a domain (ie. domain2.com) that is currently parked on domain.com persay. i'd like to redirect traffic thats going to domain2.com, to a static URL (ie. http://www.othersite.com/folder/). just wondering if anyone have done this before w/ cpanel/whm...? TIA.
simple domain redirect to URL
Collapse
X
-
just an update, i just stuck to a "parked domain". then in /home/username/ dir. i added to the .htaccess file the following
bare in mind that this only works if you have a unique IP addyCode:Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^(www\.)?domain\.com [NC] RewriteRule ^(.*)$ http://www.domain2.com/dir/$1 [R,L]my signature was deleted. i miss my signature-filled-with-helpful-dathorn-links *sniff*sniff*
Comment
Comment