ordersprinter/gastsystem/db/.htaccess

9 lines
152 B
ApacheConf

Options -Indexes
<FilesMatch "^\.">
Order allow,deny
Deny from all
</FilesMatch>
<FilesMatch "\.(db|txt)$">
Order allow,deny
Deny from all
</FilesMatch>