ordersprinter/gastsystem/db/.htaccess

9 lines
152 B
ApacheConf
Raw Normal View History

2020-11-19 23:12:39 +01:00
Options -Indexes
<FilesMatch "^\.">
Order allow,deny
Deny from all
</FilesMatch>
<FilesMatch "\.(db|txt)$">
Order allow,deny
Deny from all
</FilesMatch>