aboutsummaryrefslogtreecommitdiff
path: root/site/sound/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'site/sound/.htaccess')
-rw-r--r--site/sound/.htaccess8
1 files changed, 8 insertions, 0 deletions
diff --git a/site/sound/.htaccess b/site/sound/.htaccess
new file mode 100644
index 0000000..bb648ea
--- /dev/null
+++ b/site/sound/.htaccess
@@ -0,0 +1,8 @@
+Options +ExecCGI
+AddHandler cgi-script .py
+
+<Files collection_udo.py>
+ Options +ExecCGI
+ AddHandler cgi-script .py
+ Require all granted
+</Files>