# Preferred: point the web server's document root at public/.
# If you must serve the repository root, this keeps everything except public/ private.
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteRule ^(?!public/) - [F,L]
</IfModule>
