Forum Moderators: phranque

Message Too Old, No Replies

How is defined parking and how redirection?

         

toplisek

9:43 am on Nov 18, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I have issue that I put
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mydomain\.com
RewriteRule ^(.*)$ [mydomain...] [R=permanent,L]
Options +FollowSymlinks

But when defined parking of two domains this will not be possible as there is this code within file .htaccess

Main domain should be always from mydomain.com to
[mydomain.com...]
but two parked domains redirected to [mydomain.com...]

Why is conflict to .htaccess?

jdMorgan

1:23 pm on Nov 18, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I don't understand what the conflict is. Only mydomain.com gets redirected to www.mydomain.com by the code you posted here.

Perhaps the problem is that "parking" is a very loose term, and not well defined. If the "parking" is a redirect, then maybe that's what you find to be a problem.

I suggest that you investigate what actually happens with requests for mydomain.com, parked-domain1.com, and parked-domain2.com using the Live HTTP Headers add-on for Firefox/Mozilla browsers, and then post that information here, along with a description of what you want to happen and how that differs from what is currently happening.

Jim