SetEnv HTACCESS on
#
<IfModule !mod_authz_core.c>
<FilesMatch "\..*$">
	Allow from all
</FilesMatch>
</IfModule>

<IfModule mod_authz_core.c>
<FilesMatch "\..*$">
	Require all granted
</FilesMatch>
</IfModule>
