[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Domain aliasing - RaQ4
- Subject: RE: [cobalt-users] Domain aliasing - RaQ4
- From: "Tom Cameron" <tom@xxxxxxxxxx>
- Date: Fri Sep 7 13:29:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I believe Carrie is right here. I have the same problem with this rewriting
behaviour. I dont want to turn rewrite off becaues I use it for other
purposes. I usually comment these lines out for the particular host.
I have asked this group before with no response though....
why is this rewrite rule there in the first place?
and what other implications are there if I remove it? And lastly,
what is the script that creates these rules so I can stop it from doing it
in the first place?
I particularly dont like this behaviour and wish to stop it all together.
Tom
=> -----Original Message-----
=> From: cobalt-users-admin@xxxxxxxxxxxxxxx
=> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Carrie
=> Bartkowiak
=> Sent: Friday, 7 September 2001 3:43 AM
=> To: cobalt-users@xxxxxxxxxxxxxxx
=> Subject: Re: [cobalt-users] Domain aliasing - RaQ4
=>
=>
=> On Thu, 6 Sep 2001 11:55:15 +0100, Andrew Watson mumbled something like:
=> >>Am I looking in the wrong place or is there something different on
=> >>the RaQ4?
=>
=> You're looking in the wrong place. In the httpd.conf entry for
=> the virtual site, you'll find a list of rewrite rules.
=> This is what changes the addy in the user's browser; so this is
=> what you have to tweak. Perhaps just by turning the rewrite
=> engine off you'll get the effect that you want? Not sure. Check
=> in the archives for 'rewrite rules' or something.
=> Here's an example of the rules in one of my sites (name changed
=> to protect the guilty):
=> RewriteEngine on
=> RewriteCond %{HTTP_HOST} !^XXX.XX.XXX.XX(:80)?$
=> RewriteCond %{HTTP_HOST} !^www.mydomain.com(:80)?$
=> RewriteRule ^/(.*) http://www.mydomain.com/$1 [L,R]
=> RewriteOptions inherit
=>
=> --
=> CarrieB
=> "The people who get on in this world are the people who get up
=> and look for the circumstances they want, and, if they can´t
=> find them, make them." --George Bernard Shaw
=>
=> _______________________________________________
=> cobalt-users mailing list
=> cobalt-users@xxxxxxxxxxxxxxx
=> To Subscribe or Unsubscribe, please go to:
=> http://list.cobalt.com/mailman/listinfo/cobalt-users
=>