Changeset 1036


Ignore:
Timestamp:
Mar 31, 2009, 3:53:34 AM (15 years ago)
Author:
mitchb
Message:
Fix django autoinstaller.  Pass the URL components to the fcgi.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/deploy/bin/django

    r995 r1036  
    3131RewriteCond %{REQUEST_FILENAME} !-f
    3232RewriteCond %{REQUEST_FILENAME} !-d
    33 RewriteRule ^(.*)\$ index.fcgi/$1 [QSA,L]
     33RewriteRule ^(.*)\$ index.fcgi/\$1 [QSA,L]
    3434EOF
    3535close HTACCESS;
Note: See TracChangeset for help on using the changeset viewer.