Forum Moderators: open

Message Too Old, No Replies

what is SHTML?

html vs shtml

         

AceAll

10:39 pm on Nov 11, 2004 (gmt 0)

10+ Year Member



what is the difference between html and shtml ... let me know how to make an shtml page ... what is the purpose of making shtml pages ..

petez1

11:05 pm on Nov 11, 2004 (gmt 0)

10+ Year Member



shtml is 'server parsed' for server side includes.

Most commly you see it used in custom error pages where it displays things like referring page, IP address etc.

I use SSI for lot's of things and even build some sites
that require frequent updating with page elements flown in using includes.

If you have access to your sever setup and config files (on apache) you can add any extension you want to the list of server-parsed extensions.

AceAll

1:22 am on Nov 12, 2004 (gmt 0)

10+ Year Member



Thank you