Initialer Commit in GIT
This commit is contained in:
7
public/.htaccess
Normal file
7
public/.htaccess
Normal file
@ -0,0 +1,7 @@
|
||||
<IfModule !mod_authz_core.c>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</IfModule>
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all granted
|
||||
</IfModule>
|
Reference in New Issue
Block a user