How to Parse HTML as SHTML

How to parse HTML as SHTML
Create an .htaccess file and upload it to the root of your public_html directory. Include the following lines...

AddHandler server-parsed .shtml
Options Indexes FollowSymLinks Includes
  • 132 Users Found This Useful

Was this answer helpful?

Related Articles

Where can I get other CGI Scripts?

Some great sites for downloading scripts... http://www.CGI-Resources.com http://www.CGIDir.com

What version of Perl is installed?

You can view the version of Perl that is installed by opening up the control panel and in the...

Where should I put CGI scripts?

CGI scripts can be placed in any directory on your account. They are typically placed into the...

How to pass variables from one html page to another

To pass a variable from one form to another this can be performed a couple of ways. The easist is...