|
Hello, all. I apologize if this question has been answered, but my attempts to search have yielded only standard results (htaccess, .php extension, the usual stuff). I also apologize if the answer is fairly obvious, but I'm still newish to PHP.
My issue is that I've recently picked up a site for a church that has some very limited options in how their website is hosted. They are in a small town, and use a local ISP as their site's host.
The church would like me to do some things on their site that, for the most part, are not difficult, but one thing I need to do is add some PHP code to the index page.
Unfortunately, the host does not provide access to the htaccess file, so I can't set index.php as the main page, nor can I set .html files to be treated like .php files.
Is there anything else that can be done so PHP can be used in a .html file?
Thank you for your time!
|