Changes between Version 5 and Version 6 of TracModPython


Ignore:
Timestamp:
Sep 15, 2009, 7:30:00 PM (15 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v5 v6  
    288288The TracUriRoot is obviously the path you need to enter to the browser to get to the trac (e.g. domain.tld/projects/trac)
    289289
     290=== Additional .htaccess help ===
     291
     292If you are using the .htaccess method you may have additional problems if your trac directory is inheriting .htaccess directives from another.  This may also help to add to your .htaccess file:
     293
     294{{{
     295<IfModule mod_rewrite.c>
     296  RewriteEngine Off
     297</IfModule>
     298}}}
     299
     300
    290301=== Win32 Issues ===
    291302If you run trac with mod_python < 3.2 on Windows, uploading attachments will '''not''' work. This problem is resolved in mod_python 3.1.4 or later, so please upgrade mod_python to fix this.