Hi everybody,
I just have a quick general question, and searching the forums hasn't given me a clear answer. Can x10hosting handle server side includes in HTML? If anyone could answer this, I'd appreciate it.
Thanks,
Lydia
Server side includes were introduced by NCSA HTTPd sometime before 1997, the precursor to Apache's httpd. Actually, considering Apache has supported SSI since at least 1996, NCSA HTTPd must have had it before that. IIS includes support for SSI, but ASP is an entirely separate technology.
@lydia09: It'd be odd for a server not to support SSI. Remember, you can always try something to see if it works.
I'm just trying SSIs today for the first time myself, and I discovered that the secret is to give all the files which contain includes an extension that begins with "S", e.g. .shtm, .shtml, etc.:
"In order for a web server to recognize an SSI-enabled HTML file and therefore carry out these instructions, either the filename should end with a special extension, by default .shtml, .stm, .shtm, or, if the server is configured to allow this, set the execution bit of the file."