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
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
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