Skip to content
Snippets Groups Projects
.htaccess 74 B
RewriteEngine on
RewriteRule ^$ public/ [L]
RewriteRule (.*) public/$1 [L]