|
Can I have all of my HTML code parsed for SSI?
Yes you can do this. By default it is not enabled as if it was it would take forever to load a page because of the time it would take to parse every html file. If you wish to do this, just add the following line to your .htaccess file located in the public_html directory: AddType text/html .html .htm AddHandler server-parsed .html .htm support@mercuryd.com |