Changes between Version 1 and Version 2 of django_apache_and_mod_rewrite


Ignore:
Timestamp:
Sep 14, 2006, 11:33:32 AM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • django_apache_and_mod_rewrite

    v1 v2  
    22
    33
    4 here are a few gotchas with using django+mod_rewrite (sure, your urls are clean, but sometimes it's easier not to have the root url to mod_python setting !
     4here are a few gotchas with using django+mod_rewrite (sure, your urls are clean, but sometimes it's easier have a root url in the filesystem and a "directory" for mod_python setting !
    55
    661) when mod_rewriting to a 'in django' part of your url space, be sure to use [PT], or at the end, the url will be understood as a filepath and not given back to mod_python handler.
Back to Top