Forum Moderators: phranque
AddType text/html .shtm
AddHandler server-parsed .shtm
AddType text/html .shtml
AddHandler server-parsed .shtml
<body>
<p>This is old.shtml </p>
<hr>
<p>This is the server side include:</p>
<!--#include virtual="ssi.html" -->
<!--#echo var="DATE_LOCAL" -->
<hr>
<p>This is a embedded php tag:</p>
<?PHP phpinfo();?>
</body>
</html>
I have read the Apache manual and have confirmed that mod_include is there with this line:
Any ideas?