OpiumTrail Posted December 24, 2002 Posted December 24, 2002 Can anybody give me a brief description of how I can perform server-side includes in my HTML documents? Quote
KevinW Posted December 26, 2002 Posted December 26, 2002 Generally, SSI code requires that you name your HTMP page using the .shtml suffix instead of the standard .htm or .html suffix. Example: index.shtml instead of index.htm . Then, all you need to do is insert the appropriate SSI code (generally this is a CGI executer command in your page.rename the HTML page -kw Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.