Hi There,I am getting the followig error, when I try to preview the generated html"an error occurred while processing this directive"I have SSI setup configured. This works fine on my DEV ENV (http), but not on UAT (https).Any clue?Regards,
...Windows is a different beast, but it can work.....there are certain things you have to do by the book though. Such as, the extension for the file that is PULLING the SSI file MUST end in SHTML. I don't like this, but have had to deal with it in the past. If anyone has found a way to work around this, let me know! ;-)...
FYI - that isn't true - it's just that .shtml is the default extension that IIS provides for processing SSI directives. You can configure it to work with .htm and .html files too (we're doing so at my current customer's site)With respect to the thread however ... I just tested here and when I change a URL from http://... to https://... it seems to stop working - but that's on their actual web servers that I don't believe were configured for https. In TeamSite's IIS, I seem to be able to use http or https without any problems. So I imagine it is a server setting of some sort.
Fish,Let me make sure I understand....you are able to use html or htm file extension for the files that are PULLING the SSI into the page, correct? I am not talking about the actual SSI file, but the file that pulls the SSI.If this is correct, can you please point me to a source for this, and let me know what version of Windows the server is running you are working with?Everything I found stated that only SHTML could be used on a Windows server. I thought that was insane, but had to make every page in the website an shtml file, regardless whether the page was pulling the SSI or was the SSI file. I would LOVE to use html for the normal pages and use shtml for all of the actual SSI files.Thanks! ;-)Yeah, I am thinking that his https server hasn't been configured for SSI yet.Suzanne