From d97d339dcfd474430b70ad96fbd36050ce50b9e3 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 27 Mar 2018 14:20:30 +0200 Subject: [PATCH] [public_html/.htaccess] redirect to index.html --- public_html/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]