root/postgres.org.ua/trunk/.htaccess

Revision 6, 432 bytes (checked in by yumaxg, 4 years ago)

Initial commit project skeleton.

Line 
1ErrorDocument 404 /404.html
2ErrorDocument 500 /static/500.html
3
4
5PythonPath "['/var/www/virtual/pleso.net/modules', '/var/www/virtual/pleso.net/htdocs/sitecode', '/var/www/virtual/pleso.net/htdocs/sitecode/libs'] + sys.path"
6SetHandler python-program
7PythonHandler django.core.handlers.modpython
8SetEnv DJANGO_SETTINGS_MODULE settings
9SetEnv LC_ALL "en_US"
10
11<FilesMatch "(robots\.txt|favicon\.ico)">
12  SetHandler none
13</FilesMatch>
Note: See TracBrowser for help on using the browser.