diff options
author | Richard Knight <q@1bpm.net> | 2020-08-24 14:47:08 +0100 |
---|---|---|
committer | Richard Knight <q@1bpm.net> | 2020-08-24 14:47:08 +0100 |
commit | 38b2a0d6928a7e29d7ac7a2332c3cccb1708ad30 (patch) | |
tree | 6cc0aa096ebf39bebb0e9a8eae46a10af736e457 /web/req/.htaccess | |
download | peep.1bpm.net-38b2a0d6928a7e29d7ac7a2332c3cccb1708ad30.tar.gz peep.1bpm.net-38b2a0d6928a7e29d7ac7a2332c3cccb1708ad30.tar.bz2 peep.1bpm.net-38b2a0d6928a7e29d7ac7a2332c3cccb1708ad30.zip |
Diffstat (limited to 'web/req/.htaccess')
-rw-r--r-- | web/req/.htaccess | 12 |
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 + |