Re: [users@httpd] Help with simple rewrite

2005-05-15 Thread Joshua Slive
On 5/15/05, Manuel Blechschmidt <[EMAIL PROTECTED]> wrote: > > > > RewriteEngine On > > RewriteBase / > > RewriteRule ^/gallery$ http://gallery.robinbowes.com [L,R] > > > > > > This does the re-direct, but does not change the URL in my browser. > > This is correct

Re: [users@httpd] Help with simple rewrite

2005-05-15 Thread Manuel Blechschmidt
Robin Bowes wrote: Hi, I'm running apache-2.0.52-3.1 on Fedora Core 3. I would like to re-direct http://robinbowes.com/gallery to http://gallery.robinbowes.com, and change the URL in the browser to the new one too. I'm currently using the following: RewriteEngine On RewriteB

[users@httpd] Help with simple rewrite

2005-05-14 Thread Robin Bowes
Hi, I'm running apache-2.0.52-3.1 on Fedora Core 3. I would like to re-direct http://robinbowes.com/gallery to http://gallery.robinbowes.com, and change the URL in the browser to the new one too. I'm currently using the following: RewriteEngine On RewriteBase / Rewri