Changes between Version 1 and Version 2 of django_apache_and_mod_rewrite
- Timestamp:
- Sep 14, 2006, 11:33:32 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
django_apache_and_mod_rewrite
v1 v2 2 2 3 3 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 tomod_python setting !4 here 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 ! 5 5 6 6 1) 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.