index.php não carrega como principal
Set index.php as Main
1. Create a .htaccess file in your root dir
2. Add the line...
DirectoryIndex index.php
3. Save it
Stan P