.htaccess redirect root to index.php

.htaccess, apache, mod-rewrite, root

Solution

Use this:

DirectoryIndex index.php

Problem

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

Original source