How to enable SSI on HTML pages on GoDaddy (Windows hosting)

godaddyserver-side-includes

I wish to enable SSI's (server-side includes) on my HTML pages on GoDaddy.

I want lines like this to be processed properly:

<!--#include virtual="/include/header.html"-->

Is this possible and how can it be done?

Best Answer

Spoke with GoDaddy support.

They do support SSI, but only with '.shtml' files.

No configuration is necessary, simply make sure the files containing the SSI's have a '.shtml' extension.