2022-12-08 12:15:24 +01:00
|
|
|
# Generated file from class.acl.php
|
|
|
|
# Disable directory browsing
|
|
|
|
Options -Indexes
|
|
|
|
# Deny access to all *.php
|
|
|
|
Order deny,allow
|
|
|
|
Allow from all
|
2023-07-19 14:04:38 +02:00
|
|
|
<FilesMatch "\.(css|jpg|jpeg|gif|png|svg|js|ico|css.map|woff|woff2|js.map)$">
|
2022-12-08 12:15:24 +01:00
|
|
|
Order Allow,Deny
|
2022-12-08 13:48:49 +01:00
|
|
|
Allow from all
|
|
|
|
</FilesMatch>
|
2022-12-08 12:15:24 +01:00
|
|
|
# Allow access to index.php
|
|
|
|
<Files index.php>
|
|
|
|
Order Allow,Deny
|
|
|
|
Allow from all
|
2022-12-08 13:48:49 +01:00
|
|
|
</Files>
|
2022-12-16 18:35:34 +01:00
|
|
|
# Allow access to setup.php
|
|
|
|
<Files setup.php>
|
|
|
|
Order Allow,Deny
|
|
|
|
Allow from all
|
|
|
|
</Files>
|
|
|
|
# Allow access to inline PDF viewer
|
|
|
|
<Files viewer.html>
|
|
|
|
Order Allow,Deny
|
|
|
|
Allow from all
|
|
|
|
</Files>
|
2023-05-24 15:44:04 +02:00
|
|
|
<Files robots.txt>
|
|
|
|
Order Allow,Deny
|
|
|
|
Allow from all
|
|
|
|
</Files>
|
2022-12-08 13:48:49 +01:00
|
|
|
# end
|