Added .htaccess file
This commit is contained in:
parent
7b4c377100
commit
addc5328bb
1 changed files with 4 additions and 0 deletions
4
.htaccess
Normal file
4
.htaccess
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteRule "^.env" - [F,L]
|
||||
</IfModule>
|
||||
Loading…
Add table
Reference in a new issue