[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Help needed (BIND ?)
- Subject: RE: [cobalt-users] Help needed (BIND ?)
- From: "Jim Carey" <ozbcoz@xxxxxxxxxxxxxxxx>
- Date: Mon Mar 5 12:39:39 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>
> Means: something.scene.as MUST stay something.scene.as and must not be
> changed into the host of the main domain.
> I think we have to use bind in some way to resolve that problem....
>
> Does anyone know how to turn that off ? Thanks.
if you go into httpd.conf and edit (after doing a backup first !) :
RewriteEngine on
to
RewriteEngine off
for the domain that you are using for the redirects. This will stop the name
changing and you will see the original domain name in your script
Jim Carey