Alternatively, you can explicitly disable it:
If you are on a shared hosting environment and cannot access the main server configuration, you can fix the issue by adding rules to your root .htaccess file. Open your .htaccess file in your website's root directory.
# 1. Tell the server to recognize shtml files as HTML AddType text/html .shtml # 2. Tell the server to process SSI directives within these files AddOutputFilter INCLUDES .shtml Use code with caution.
View Shtml | Fix
Alternatively, you can explicitly disable it:
If you are on a shared hosting environment and cannot access the main server configuration, you can fix the issue by adding rules to your root .htaccess file. Open your .htaccess file in your website's root directory. view shtml fix
# 1. Tell the server to recognize shtml files as HTML AddType text/html .shtml # 2. Tell the server to process SSI directives within these files AddOutputFilter INCLUDES .shtml Use code with caution. Alternatively, you can explicitly disable it: If you