Apache server is usually set to index.php or index.html. Good practice to set your DirectoryIndex setting in your .htaccessfile. If we want to set any other file except index.php or index.html then we can achieve this using .htaccess
DirectoryIndex index.php index.html index1.php
No comments:
Post a Comment