Hi,
I have a working trac environment, so when I go to
http://www.victorycms.org/cgi-bin/trac.fcgi I see the trac interface as expected. But I want it so that if I go to
http://www.victorycms.org/ then it right away goes to the trac interface without the /cgi-bin/trac.fcgi part of the url.
The trac environment is located at /var/www/web3/trac.
Here is the optional apache directives i put for the website:
Code:
<Location />
SetHandler mod_python
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /var/www/web3/trac/
PythonOption TracUriRoot /
PythonOption PYTHON_EGG_CACHE /var/www/web3/egg-cache
</Location>
Recent comments
14 hours 10 min ago
23 hours 38 min ago
1 day 27 min ago
1 day 4 hours ago
1 day 8 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 20 hours ago
2 days 1 hour ago
2 days 3 hours ago