We have trac site set up to listen on /tracproj/, this swiftly passes control onto mod_python and does some python magic (I'm a php coder :-p);
anyway. I have a project at /tracproj/{projectname} and I'd like to replace all requests to that url with another page that redirects them elsewhere (We're migrating one trac to anotehr bug tracking system)
The easiest method is to add a new entry in the httpd.conf to listen for that dir and redirect but it's a little messy :-D; I also don't seem to be able to get it to work :-p.
Is there any way - inside or as part of trac - to do what I'm after?
Many thanks, Chris