How do I parse html files as shtml?

Create an .htaccess file in the directory needed and add the following:

AddHandler server-parsed .html

  • 484 Users Found This Useful

Was this answer helpful?

Related Articles

View your website in older browser versions

As developers and webmasters it is always important to make sure your website works in several...

What is the location of curl?

Curl is located @ /usr/bin/curl

Enable Mod Rewrite

Create an .htaccess file with the following contents and upload it to your public_html directory....

Is it possible to make a cron to backup my database at specific times?

Yes, this can be very useful for forum/message board sites with large databases. In your control...

301 Redirect

This code will redirect all visitors who attempt to access the old-url.html page to the...