i want my site to load the index.php file as the default homepage .htaccess redirect to my index.php I have tried the following codes
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^(.*)$ index.php ```
but its still not working I need help with this