index.php tidak akan memuat sebagai utama
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