From 38b2a0d6928a7e29d7ac7a2332c3cccb1708ad30 Mon Sep 17 00:00:00 2001 From: Richard Knight Date: Mon, 24 Aug 2020 14:47:08 +0100 Subject: initial --- web/req/.htaccess | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 web/req/.htaccess (limited to 'web/req/.htaccess') 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 + + + Options +ExecCGI + AddHandler cgi-script .py + Order Allow,Deny + Allow from all + + +Deny from all + -- cgit v1.2.3