3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 16:45:34 +00:00
Files
snipe-it/.htaccess

12 lines
251 B
ApacheConf

<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
# Make sure .env files not not browseable if in a sub-directory.
<FilesMatch "\.env$">
Deny from all
</FilesMatch>
</IfModule>