View - Shtml Fix
<FilesMatch "\.shtml$"> SSILegacyExprParser On </FilesMatch>
Test the configuration and reload Nginx. view shtml fix
Ensure .shtml is associated with your browser. In Windows, go to Folder Options > File Types , find SHTML, and change the "Open with" program to your preferred browser. <FilesMatch "\
This means the server is treating the file as a static document. The AddOutputFilter directive mentioned above is the primary fix. SSILegacyExprParser On <