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>
Thanks in advance,
Lucian