1

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 
  • Does this answer your question? [Redirect all to index.php using htaccess](https://stackoverflow.com/questions/18406156/redirect-all-to-index-php-using-htaccess) – superhawk610 Feb 23 '22 at 02:56

0 Answers0