I already have a redirect to the main page of the site:
RewriteEngine On
RewriteRule ^$ index.php [QSA]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,L]
But if you type domain.com
, then the redirection will be to example.com/index.php
But I need to redirect immediately to https://example.com/index.php