diff --git a/.htaccess b/.htaccess new file mode 100644 index 000000000..bf7ee9cf9 --- /dev/null +++ b/.htaccess @@ -0,0 +1,6 @@ +# Restrict access to DotFiles (like .htaccess, .env, .gitignore....) +# Do not remove if you are running Apache web server. + + Order allow,deny + Deny from all +