summaryrefslogtreecommitdiff
path: root/web/req/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'web/req/.htaccess')
-rw-r--r--web/req/.htaccess12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/req/.htaccess b/web/req/.htaccess
new file mode 100644
index 0000000..9a58157
--- /dev/null
+++ b/web/req/.htaccess
@@ -0,0 +1,12 @@
+Options +ExecCGI
+AddHandler cgi-script .py
+
+<Files request.py>
+ Options +ExecCGI
+ AddHandler cgi-script .py
+ Order Allow,Deny
+ Allow from all
+</Files>
+
+Deny from all
+