3 Ways To Selectively Execute HTML Files Using Apache HTTP Server

3 Ways To Selectively Execute HTML Files Using Apache HTTP Server

Note: This article will be emailed to your friend.

A very simple way to execute HTML files is by telling the server to parse html files for SSI commands. To do it simply add the following lines to your .htaccess file:
AddType text/html .html
AddHandler server-parsed .html

This has the downside of processing all the html files in that directory and its subdirectories. A better way [...]

Read the rest of this article (199 words)

Please fill in the following fields

* - Required

Your Name: *

Your E-Mail: *

Your Remarks:

Friend's Name: *

Friend's E-Mail: *

Protected by Comment Guard Pro