PDA

View Full Version : Can I use SSI with your hosting?


sohail
02-06-2008, 06:16 PM
My programmer is asking me whether your server allows SSI so that he can include scripts when developing my website. Thanks.

SharkSpace_Aaron
02-06-2008, 06:28 PM
Yes, it is possible to use SSI on our server.

You can use code like this in a .shtml file:

<!--#include file="file_name.html"-->

If the include file is located in a different folder (on the same server), the code will look like this:

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