I have a website that has a root html at index.html. I want to redirect index.html to a php file in a private folder one parent above to run an index.php. This file would then render the html content that I need depending on the request. How would I go about this process of getting the index.php from the index.html. The file structure looks like this:
private/
-index.php
public_html/
-index.html