[Trac-tickets] Re: [The Trac Project] #2299: patch enhancing trac
for nice urls
The Trac Project
noreply at edgewall.com
Wed Nov 2 23:11:50 CST 2005
#2299: patch enhancing trac for nice urls
--------------------------------+-------------------------------------------
Reporter: oetiker at ee.ethz.ch | Owner: jonas
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: general | Version: 0.9
Severity: minor | Resolution: worksforme
Keywords: |
--------------------------------+-------------------------------------------
Changes (by mgood):
* status: new => closed
* resolution: => worksforme
Comment:
Instead of `mod_rewrite`, use a `ScriptAlias` command to point to the fcgi
script and the CGI `SCRIPT_NAME` variable will be set appropriately.
To run Trac at the root URL:
{{{
ScriptAlias / /usr/share/trac/cgi-bin/trac.fcgi
}}}
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2299>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list