diff options
author | Jonas Kohl | 2024-09-05 21:39:40 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-05 21:39:40 +0200 |
commit | c6390e9bb14747de2bc894f817fc6373a7deddaf (patch) | |
tree | fe5628fc820146ecac76758865150e6c166ebfd5 /.htaccess | |
parent | 5d4652e6bc0009b32bfe1b1a4fc9b7431cd8fe88 (diff) |
Add contact form
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] |