heldenbrau Posted August 16, 2009 Share Posted August 16, 2009 I have shtml files that also include PHP and PHP files that have includes. I need both files to be read by the server. The hosting company I am with doesn't let you alter the file, but lets you add mime types and apache handlers with a control panel. What do I need to add? Link to comment https://forums.phpfreaks.com/topic/170542-reading-shtml-files-that-include-php/ Share on other sites More sharing options...
dreamwest Posted August 20, 2009 Share Posted August 20, 2009 # activate SSI for HTML and or SHTML file types AddType text/html .html AddType text/html .shtml AddHandler server-parsed .html AddHandler server-parsed .shtml AddHandler server-parsed .htm Link to comment https://forums.phpfreaks.com/topic/170542-reading-shtml-files-that-include-php/#findComment-902214 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.