I have website http://mywebsite.com If I hit this URL it take index.php and index.html as default page. How can I make home.php as default page. I have tried this but not wo
You just need home.php in your DirectoryIndex to make it works. Remember that this is using in .htaccess file of your root project:
home.php
DirectoryIndex
DirectoryIndex home.php