summaryrefslogtreecommitdiff
path: root/www-apps/dokuwiki/files/htaccess
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2022-10-17 07:41:43 +0200
committerCtibor Brančík <ctibor@brancik.cz>2022-10-17 07:41:43 +0200
commit9aadd5a806cef793ed64dd94b0fde420191e10f4 (patch)
tree4eeee3add28af7b3f3145b42a2a540bda104a7af /www-apps/dokuwiki/files/htaccess
parentcbbea195e9a930c0ab1f1cb25d7b48167b0c741e (diff)
parent5834a85e7e0aa0728b29951c6f28d011677414d2 (diff)
downloadbrancik-overlay-9aadd5a806cef793ed64dd94b0fde420191e10f4.tar.gz
brancik-overlay-9aadd5a806cef793ed64dd94b0fde420191e10f4.tar.bz2
Merge branch 'master' of ssh://git.brancik.cz/brancik-overlay
Diffstat (limited to 'www-apps/dokuwiki/files/htaccess')
-rw-r--r--www-apps/dokuwiki/files/htaccess10
1 files changed, 10 insertions, 0 deletions
diff --git a/www-apps/dokuwiki/files/htaccess b/www-apps/dokuwiki/files/htaccess
new file mode 100644
index 0000000..18532a2
--- /dev/null
+++ b/www-apps/dokuwiki/files/htaccess
@@ -0,0 +1,10 @@
+# Apache 2.4
+<IfModule mod_authz_core.c>
+ Require all denied
+</IfModule>
+
+# Apache 2.2
+<IfModule !mod_authz_core.c>
+ Order Allow,Deny
+ Deny from all
+</IfModule>