.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`.
.htaccess, apache, mod-rewrite, root
Use this:
DirectoryIndex index.php
I need to redirect from `http://example.com/` to `http://example.com/index.php`.