diff --git a/.htaccess b/.htaccess index 4d3aa7a80..75ce364c4 100755 --- a/.htaccess +++ b/.htaccess @@ -2,7 +2,7 @@ RewriteEngine On RewriteCond %{REQUEST_URI} !^public$ - RewriteRule ^(.*)$ %{REQUEST_URI}public/ [R=301,L] + RewriteRule "^(.*)$" "/public/" [R=301,L] # disable directory browsing