Apache Question... mod_rewrite or redirect???

Derek Atkins warlord at MIT.EDU
Tue Nov 14 10:29:20 EST 2000


Do you want all of abc.com, def.com, et. al. to all server the same
content?  If so, then you don't need to do anything other than point
all of those names at your one server.  Otherwise, if you want to
serve different content, you could just use the <VirtualHost>
directive based on the different names and point them to different
content.

I don't think you need to Rewrite or Redirect in this case.

-derek

"Phil Buckley" <phil at 1918.com> writes:

> I'm just starting my long journey today into having multiple domains all point and actually re-write themselves into a common url - for cookies that track a shopper through an ecommerce site...
> 
> Here's my question, the client has 8 or ten domains that all point to a single directory, I want to use apache 1.3.9 to rewrite:
> abc.com, def.com, ghi.com jkl.com all to xyz.com
> 
> Here's what I think might work, but I wondering if someone else already has done some of this and can see a glaring mistake
> 
>  RewriteEngine        on
>  RewriteLogLevel      9
>  RewriteLog logs/www.salvytheflorist.com-rewrite_log
>  RewriteRule ^/abc.com([^/]+)/?(.*)       /xyz.com/$1/$2
> 
> Thanks,
> Phil
>  
> 
> -
> Subcription/unsubscription/info requests: send e-mail with
> "subscribe", "unsubscribe", or "info" on the first line of the
> message body to discuss-request at blu.org (Subject line is ignored).

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/      PP-ASEL      N1NWH
       warlord at MIT.EDU                        PGP key available
-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).



More information about the Discuss mailing list