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? Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.