Edgewall Software

Changes between Version 154 and Version 155 of 0.12/TracFaq


Ignore:
Timestamp:
Apr 9, 2005, 1:41:28 AM (19 years ago)
Author:
anonymous
Comment:

The nice URL scheme broke most edit forms. Redirect doesn't interact well with HTTP POST

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracFaq

    v154 v155  
    7272
    7373   # Map the Trac CGI into /trac/
    74    ScriptAliasMatch ^/trac/(.*) "C:/Program Files/Apache Group/Apache2/cgi-bin/trac.cgi/$1"
    75 
    76    # Fix users who don't type the trailing slash
    77    RedirectMatch ^/trac$ /trac/
     74   ScriptAliasMatch ^/trac(.*) "C:/Program Files/Apache Group/Apache2/cgi-bin/trac.cgi$1"
    7875
    7976   # Tell Trac where its environment is stored
    80    <Location "/trac/">
     77   <Location "/trac">
    8178     SetEnv TRAC_ENV "C:/Subversion/trac/CogTool.db"
    8279   </Location>