From e8e32f7a1194baabd6e158805f40396c667e6c56 Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 10 Mar 2017 23:02:35 +0100 Subject: Add InfCloud --- radicale_web/web/infcloud/auth/.htaccess | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 radicale_web/web/infcloud/auth/.htaccess (limited to 'radicale_web/web/infcloud/auth/.htaccess') diff --git a/radicale_web/web/infcloud/auth/.htaccess b/radicale_web/web/infcloud/auth/.htaccess new file mode 100644 index 0000000..fb4203d --- /dev/null +++ b/radicale_web/web/infcloud/auth/.htaccess @@ -0,0 +1,24 @@ +##################################################################################################### +# Apache configuration (REQUIRED to prevent access for .inc files /especially config files/) +# You NEED to add the following lines into your Apache vhost configuration (without the # character): +# +# AllowOverride Limit +# = 2.3> +# Require all granted +# +# +# Order allow,deny +# Allow from all +# +# +##################################################################################################### + + + = 2.3> + Require all granted + + + Order allow,deny + Deny from all + + -- cgit