[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] rewriteengine on vs off
- Subject: RE: [cobalt-users] rewriteengine on vs off
- From: "Jim Carey" <ozbcoz@xxxxxxxxxxxxxxxx>
- Date: Wed Dec 13 22:29:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > Does anyone know of a way to ensure that the url is not changed
> to the site
> > name
> > url without turning rewriteengine off - can i modify the rewrite rules ?
>
> You can turn it back on after you know....
>
> Other than that, all you needed to do was remove the 2 or 3 lines that
> rewrite the domain name....
>
> RewriteCond %{HTTP_HOST} ...
>
> rewrites based on hostname, comment those out and the raq will stop
> 'fixing' domain names , (and IP address -> domain name)
>
> RewriteRule ^/(.*) .. is a fixup, but you can remove it also if you don't
> care if http 1.0 clients work (which they won't anyhow)
Thanks for that - works well and gives me access to all I need - just needed
a little assurance (the worrying type :-)
Jim Carey