diff options
Diffstat (limited to 'web/webqtl/.htaccess')
-rwxr-xr-x | web/webqtl/.htaccess | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/webqtl/.htaccess b/web/webqtl/.htaccess new file mode 100755 index 00000000..d5e1aa95 --- /dev/null +++ b/web/webqtl/.htaccess @@ -0,0 +1,5 @@ +AddHandler python-program .py +PythonHandler main +PythonInterpreter GeneNetwork +PythonOption session FileSession +PythonDebug On |