Removing 'index.html' from my re-directed PHP website url Removing 'index.html' from my re-directed PHP website url heroku heroku

Removing 'index.html' from my re-directed PHP website url


try with this

<?php include 'index.html';?>


try to use this instead.

<?php require("index.html"); ?> instead of header.