Update .htaccess to disable directory listing by default
This commit is contained in:
parent
a73477c9f2
commit
b8df5a91ba
|
|
@ -1,4 +1,5 @@
|
|||
# Serve
|
||||
Options -Indexes
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteCond %{REQUEST_URI} ^/civicrm/ajax/api4
|
||||
|
|
|
|||
Loading…
Reference in New Issue