From 19ee6f30dd1e386e746570b4136b41c752147629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Sat, 13 Aug 2022 22:27:54 +0200 Subject: www-apps/dokuwiki: add ebuild for new release Package-Manager: Portage-3.0.30, Repoman-3.0.3 --- www-apps/dokuwiki/files/htaccess | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 www-apps/dokuwiki/files/htaccess (limited to 'www-apps/dokuwiki/files/htaccess') 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 + + Require all denied + + +# Apache 2.2 + + Order Allow,Deny + Deny from all + -- cgit v1.2.3