Fix - View Shtml
You search for a solution, and the top result is the cryptic query: .
<!--#include virtual="/includes/header.html" --> view shtml fix
Add this to .htaccess : AddType text/html .shtml You search for a solution, and the top
# Enable SSI Options +Includes AddType text/html .shtml AddHandler server-parsed .shtml OPTIONAL: Also parse .html or .htm files as SSI AddHandler server-parsed .html AddHandler server-parsed .htm You search for a solution