in reply to Re^2: Includes in Perl
in thread Includes in Perl

"SSL (shtml)"?

Secure Socket Layer (SSL) and Server Side Includes (SSI) are unrelated.

SSL is an encryption technology. Secure HTTP (HTTPS) is HTTP over SSL.

SSI allows the addition of simple dynamic aspects to HTML. Quite often, .shtml files are associated with SSI.

My fellow monks were talking about SSI.

Replies are listed 'Best First'.
Re^4: Includes in Perl
by Rachy222 (Novice) on Dec 09, 2007 at 21:06 UTC
    Wow that's a lot of acronyms in one post!! I'm afraid that's all the information I have as the host is useless, it's a cheap package picked by my mate to do the job. Any suggestions then? Cheers Rachy

      Try it and see. Create an HTML file with an SSI directive, save it with an .shtml extension, and see if the SSI directives in it get processed when you request that document through your web server.