# Pathology Lab Management Software - root .htaccess
Options -Indexes
<IfModule mod_rewrite.c>
  RewriteEngine On
</IfModule>

# Protect sensitive folders from direct listing
<FilesMatch "\.(sql|md)$">
  Order allow,deny
  Deny from all
</FilesMatch>
