diff options
Diffstat (limited to 'radicale_web/web/infcloud/auth/.htaccess')
-rw-r--r-- | radicale_web/web/infcloud/auth/.htaccess | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/radicale_web/web/infcloud/auth/.htaccess b/radicale_web/web/infcloud/auth/.htaccess deleted file mode 100644 index fb4203d..0000000 --- a/radicale_web/web/infcloud/auth/.htaccess +++ /dev/null @@ -1,24 +0,0 @@ -##################################################################################################### -# 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): -# <Directory /client/installation/directory/auth/> -# AllowOverride Limit -# <IfVersion >= 2.3> -# Require all granted -# </IfVersion> -# <IfVersion < 2.3> -# Order allow,deny -# Allow from all -# </IfVersion> -# </Directory> -##################################################################################################### - -<Files ~ "\.inc$"> - <IfVersion >= 2.3> - Require all granted - </IfVersion> - <IfVersion < 2.3> - Order allow,deny - Deny from all - </IfVersion> -</Files> |