View Shtml Fix Instant
IIS handles .shtml files through the "Server-Side Includes" feature. The steps differ slightly depending on your IIS version, but the logic remains the same.
AddType text/html .shtml .html AddOutputFilter INCLUDES .shtml .html Use code with caution. view shtml fix
The most common reason an SHTML file won't view properly on a live website is that Server Side Includes are disabled in the web server software. Fixing SHTML in Apache (via .htaccess) IIS handles
AddOutputFilter INCLUDES .shtml : Tells Apache to parse the file for includes. Fix 2: Check File Permissions directive inside your HTTP
Add the ssi on; directive inside your HTTP, server, or location block: