diff --git a/enviroment/.htaccess b/enviroment/.htaccess new file mode 100644 index 00000000..ef49e25e --- /dev/null +++ b/enviroment/.htaccess @@ -0,0 +1,8 @@ +RewriteEngine On + + + Order allow,deny + Allow from all + + +RedirectMatch 403 ^/certs/.* \ No newline at end of file