summaryrefslogtreecommitdiff
path: root/.htaccess
blob: d37d698f06c6a4e6d0f1ffbea5dad5171273f802 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Options +Includes

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]