Installation (Apache)
- Uncomment module in httpd.conf:
LoadModule include_module modules/mod_include.so mod_include
- Configure module in httpd.conf or .htaccess:
# Enable SSI Options +Includes # Parse all .shtml files ... #AddType text/html .shtml #AddOutputFilter INCLUDES .shtml # ... or parse all.html files (bad performance!) ... #AddOutputFilter INCLUDES .html # ... or parse all files with the execute bit set (unix only) XBitHack on
- For XBitHack, change the execute bit:
chmod +x file.html