Lucian Cojocar wrote: > Hi, > > I'm using Trac 0.10.3 and mod_python. I was wondering if it is a way to > make vhost.host.com to _point_ to host.com/trac/project/wiki/Page . > Where `to point' doesn't mean redirect. > > Now I have: > > <VirtualHost *:80> > ServerName wiki.host.org > RedirectMatch ^/(.*)$ http://dev.host.org/trac/project/wiki/$1 > </VirtualHost>
No, apache does not support cross-domain rewrites. You could use the proxy flag perhaps. Links will still not resolve to the other URL though. --Noah
signature.asc
Description: OpenPGP digital signature
