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
  • 130 Users Found This Useful

Was this answer helpful?

Related Articles

UBB: Domain of sender address username@web0x.ultrawebhosting does not exist

UBB allows you to put a path to sendmail or the name of a SMTP server. Switch to...

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...

Can you write a cgi script for me?

We do not write scripts but will be more than happy to guide you in the right direction. Most of...

Error 500 - Internal Server Error

This can be due to several factors. The first thing to check is that the permissions on 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...