Reputation: 47635
According to this page, I should be able to:
<!-- #include file = "..\myfile.htm" -->
Q: How do I enable SSI on IIS7?
Edit: Oh, I see what my problem is: I'm on a VPS and they have the "Turn Windows Features on or off" disabled.
Upvotes: 0
Views: 7517
Reputation: 172568
Try this:-
1) In the IIS Manager, go to "Web Service Extensions" and set server-side includes to "Allowed."
2) In IIS Manager, expand the local computer, right-click the "Web Sites" folder (for all sites) or right-click a specific Web site, and click "Properties."
3) In the "Documents" tab, make sure that index.shtml is included in the default content page list.
Upvotes: 1