# Safety net for hosts where the document root cannot be set to /public.
# Proper setup still points the domain's document root at /public.
RewriteEngine On
RewriteRule ^(app|config|database|storage|routes)/ - [F,L]
