Knowledgebase
Search:     Advanced search
Browse by category:
Contact Us

What is SSI (Server side includes) and how can I use it?

Views: 43
Votes: 0
Server Side Includes (SSI) is a feature of CGI that enables you to dynamically insert a piece of information onto any ".shtml" web page. The browser displays the inserted code as if it was hard coded onto that page. For example, if you are interested in displaying the current date and time on your Web page, add one simple SSI code onto the page:



Every account supports Server Side Includes but in order for SSI to work, your file must be named with the ".shtml" extension.

Some things you can do with SSI:
- Display the current date and time in many different formats
- Display the last modified date of a file
- Insert/Include a document inside another; and
- Execute a CGI script or a command directly from the page.
- Include a document inside another:
Others in this Category
document What are some basic software paths?
document How do I change File Permissions?
document Where do I place CGI scripts?
document What is the path to sendmail?
document What is the path to my home directory?
document What are valid file extensions I can use for PHP scripts?
document What is PHP and how do I use it?
document How do I provide streaming - Audio / Video ?
document How do I edit the text of my web page?
document Can I run PHP scripts anywhere on my site?
document What are some basic SSI tags/features?
document What is the path to perl?
document Which php modules are installed on servers?
document How do I make SSI (Server Side Includes) work in .html?
document Backing up MYSQL Via Cron
document Header Redirect
document .htaccess domain.com to www.domain.com redirect
document Where can I download free PHP scripts?
document 500 Internal Error
document What do the different HTTP Status Codes like 200, 304, 404, 401, 403 mean?



RSS