View Shtml Best
Your server’s MIME type is wrong. Fix: For Apache, add AddType text/html .shtml . For Nginx, add ssi on; and types text/html shtml; .
If your SSI includes depend on URL parameters (e.g., <!--#include virtual="$QUERY_STRING" --> ), you are opening yourself up to Path Traversal attacks. A hacker could manipulate the URL to read /etc/passwd or other sensitive files. view shtml best