diff --git a/.htaccess b/.htaccess index fdecdd0..adbd7c8 100644 --- a/.htaccess +++ b/.htaccess @@ -1,2 +1,2 @@ RewriteEngine On -RewriteRule .* public/%1 +RewriteRule ^(.*)$ public/$1