Edgewall Software

Changes between Version 32 and Version 33 of TracStandalone


Ignore:
Timestamp:
Oct 30, 2006, 3:55:21 PM (18 years ago)
Author:
Christian Boos
Comment:

follow-up on the base_url advice

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v32 v33  
    125125=== Using apache rewrite rules ===
    126126If for some reason you choose to use tracd behind apache, you should define the base_url in the trac section of the trac.ini. If you don't, all POSTS will fail. Trac tries to redirect the request and transform the POST url to a GET url, during that transition, it tries to calculate the correct redirect url, not knowing about the redirect rule of apache.
     127Note that with [milestone:0.11], setting the `base_url` will be strongly recommended anyway.
    127128
    128129----