[EMAIL PROTECTED] Help with Location directive

2005-11-09 Thread Robin Bowes
Hi, I'm setting up a FC4 server with Apache2 to host svn + trac. I'd like to have the following URLs: Trac home: http://projects.example.com Individual Trac projects: http://projects.example.com/project1 http://projects.example.com/project2 SVN home: http://projects.robinbowes.com/repos Indiv

[users@httpd] Re: Help with simple rewrite

2005-05-15 Thread Robin Bowes
Manuel Blechschmidt wrote: Robin Bowes wrote: 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. [snip] For you problem Redirect is used. This sends an Location Header to the client. Redirect /gallery

[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