<IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -Indexes </IfModule> RewriteEngine On RewriteRule ^(.*)$ public/$1 [L] </IfModule>