10
by mattgiuca
prototypes/browser: Added .htaccess needed to handle Python backend. files.py |
1 |
# htaccess file required for this application
|
2 |
# Python files in this directory will be handled by the Publisher handler, as
|
|
3 |
# required by files.py.
|
|
4 |
||
5 |
# Note that Apache config requires AllowOverride to be set for this directory
|
|
6 |
# or .htaccess will be ignored.
|
|
7 |
||
8 |
AddHandler mod_python .py
|
|
9 |
PythonHandler mod_python.publisher | .py
|
|
10 |
PythonDebug On |