![]() |
|
Customer Support
Do you have Server Side Includes (SSI)?
We do support Server Side Includes (SSI), but with the directive "IncludesNOEXEC", which means that for security reasons, we do not allow SSI to "exec" other programs. All files ending in .shtml are parsed as SSI files.Since PHP can do everything that SSI can do, including exec some other programs, we recommend using PHP instead of SSI.
Here are some common SSI commands and their PHP equivalents:
SSI - Include a text file:
<!--#include file="sitemap.txt"-->
PHP equivalent:
<? include("sitemap.txt"); ?>
SSI - File modification date:
<!--#config timefmt=" %Y-%m-%d" -->
<!--#echo var="LAST_MODIFIED"-->
PHP equivalent:
<? echo date("Y-m-d", filemtime(basename($SCRIPT_FILENAME))); ?>
Related Questions:
Do you support Front Page Extensions?
How do I block access to my site based on certain conditions?
Do you support JSP, Tomcat or Resin?
How do I publish with FrontPage?
Do you offer mod_perl, mod_python, WebDAV, ASP, Cold Fusion or Zope?
Can I have all .html files parsed as .shtml SSI files?
Do you support Ruby on Rails ?
Why doesn't my banner.gif display?
Browse Categories:Getting Started, FTP, Telnet/SSH, Moving Domains, E-mail, Traffic Reports, Mailing Lists, Apache, PHP, CGI, Other Server-Side Scripting, MySQL Database, Imaging Libraries, Other Software, Billing & Terms, Control Panel, E-commerce, Pre-Sales |
