diff options
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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] |