This should be easy, but I can’t figure out why it’s not working:
<html>
<body>
Included html should be here:
<!--#include virtual="included.shtml"-->
</body>
</html>
Any ideas?
This should be easy, but I can’t figure out why it’s not working:
<html>
<body>
Included html should be here:
<!--#include virtual="included.shtml"-->
</body>
</html>
Any ideas?
Is the calling file also SHTML?
Try naming the initiating file shtml as well.
If you want to use regular html files then edit the webroot .htaccess
AddHandler server-parsed .html
Ok, naming the initiating file .shtml works. But then every one of my html files would have to be renamed, and apparently it’s a lot more work for the server to process them. Also, my previous web host didn’t require the initiator to be .shtml.
I also tried “AddHandler server-parsed .shtml” … seems logical, but it doesn’t work.
The server is already configured to parse .shtml
files. You need to set regular .html
files to be included in parsing.
Forget it… I did in Javascript instead.
sXi gave you your solution here:
Learn to follow directions.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.