diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2022-08-13 22:27:54 +0200 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2022-08-13 22:27:54 +0200 |
commit | 76bfa05801381f88c697d89cf909c09612458e8a (patch) | |
tree | cd3696063d34ede169e183f9e18d769e5e7829a0 /www-apps/dokuwiki/files/htaccess | |
parent | 7f8aefc4bf71e98c14f48c239e1cf859abdf6ebd (diff) | |
download | brancik-overlay-76bfa05801381f88c697d89cf909c09612458e8a.tar.gz brancik-overlay-76bfa05801381f88c697d89cf909c09612458e8a.tar.bz2 |
www-apps/dokuwiki: add ebuild for new release
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Diffstat (limited to 'www-apps/dokuwiki/files/htaccess')
-rw-r--r-- | www-apps/dokuwiki/files/htaccess | 10 |
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> |