# .htaccess - Project Root (outside public_html)

Options -Indexes
RewriteEngine On

# Redirect all requests to the public_html folder
RewriteRule ^(.*)$ public_html/$1 [L]