# If your web server's document root points at this project folder
# (instead of the /public subfolder), this blocks direct access to
# everything except /public.
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/public/
RewriteRule ^(config|includes|database)/ - [F,L]
