# Local XAMPP convenience: this project's real webroot is /public. On
# production, point the vhost's DocumentRoot at <project>/public directly
# instead of relying on this rewrite.
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_URI} !^/project1029/public/
    RewriteRule ^(.*)$ public/$1 [L]
</IfModule>

<Files ".env*">
    Require all denied
</Files>
