diff --git a/public/.htaccess b/public/.htaccess index 6aba9c5..c0d9bbc 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -5,5 +5,4 @@ RewriteCond %{QUERY_STRING} (^|&)file_id=([0-9]+)($|&) RewriteRule ^modules/xoonips/download.php /database/file/%2? [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.html [L]