summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess7
1 files changed, 7 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index eeff7bb..d37d698 100644
--- a/.htaccess
+++ b/.htaccess
@@ -4,3 +4,10 @@ AddType text/html .html
AddOutputFilter INCLUDES .html
DirectoryIndex index.html
+
+Redirect 404 /.env
+Redirect 404 /.env.example
+
+RewriteEngine On
+RewriteRule ^/?vendor/ - [F,L]
+RewriteRule ^/?composer\. - [F,L]