Search code examples
apache.htaccessmod-rewriteroot

.htaccess redirect root to index.php


I need to redirect from http://example.com/ to http://example.com/index.php.


Solution

  • Use this:

    DirectoryIndex index.php