11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
![]() |
#unix -- do not change or move
|
||
|
<IfModule mod_authz_host>
|
||
|
Require all granted
|
||
|
</IfModule>
|
||
|
<IfModule !mod_authz_host>
|
||
|
Order allow,deny
|
||
|
Allow from all
|
||
|
</IfModule>
|
||
|
|
||
|
Options -Indexes
|