Quote:
Originally Posted by tim2718281
|
Yes, I almost always parse .htm/.html pages as SSI if not using PHP. This allows you to created navigation, headers, footers etcetera as seperate pages and simply use something like <!--#include virtual="/leftnav.html" --> which in this case inserts the left navigation file where you want it to show up. If you update the file "leftnav.html" and upload it, the changes will show across all pages using the include.
To parse .htm/.html extensions in cPanel, look for Apache Handlers and add the extensions, in H-Sphere go to web options for the domain in question and turn on SSI, then add the extensions, then "apply settings".