Added a .htaccess file
This commit is contained in:
parent
5c2ad88c4e
commit
b318990cdf
1 changed files with 8 additions and 0 deletions
8
enviroment/.htaccess
Normal file
8
enviroment/.htaccess
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
RewriteEngine On
|
||||||
|
|
||||||
|
<Files .htaccess>
|
||||||
|
Order allow,deny
|
||||||
|
Allow from all
|
||||||
|
</Files>
|
||||||
|
|
||||||
|
RedirectMatch 403 ^/certs/.*
|
Loading…
Add table
Reference in a new issue