diff --git a/html/.htaccess b/html/.htaccess index e717426..a1461bd 100644 --- a/html/.htaccess +++ b/html/.htaccess @@ -9,5 +9,5 @@ RewriteCond %{HTTP_HOST} ^www.alquran.cloud$ #RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://alquran.cloud/$1 [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d +#RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^ index.php [QSA,L]