diff --git a/public_html/.htaccess b/public_html/.htaccess index 760dba5..3df7519 100644 --- a/public_html/.htaccess +++ b/public_html/.htaccess @@ -1,4 +1,4 @@ RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f -RewriteRule ^(.*)$ index.php?url=/$1 [QSA,L] +RewriteRule ^(.*)$ index.html [QSA,L]