Alternatively, you can explicitly disable it:
"Can we just rewrite it in React?" Marcus asked, half-joking.
Are you trying to fix a or an issue on a live web server ? fixed -- Firefox Quantum unable to open shtml files
Some older servers require you to mark the file as executable for SSI to work.
By default, a failed include (file not found) produces no visible error in many SSI configurations—just a blank space. To aid debugging, temporarily configure your server to show errors. In Apache, set SSIErrorMsg "Include failed for [file]" in your configuration. Once fixed, revert this to avoid exposing internal paths to users.
Add the following to your http , server , or location block: ssi on; Use code with caution. Copied to clipboard 2. Check File Permissions
Alternatively, you can explicitly disable it:
"Can we just rewrite it in React?" Marcus asked, half-joking.
Are you trying to fix a or an issue on a live web server ? fixed -- Firefox Quantum unable to open shtml files
Some older servers require you to mark the file as executable for SSI to work.
By default, a failed include (file not found) produces no visible error in many SSI configurations—just a blank space. To aid debugging, temporarily configure your server to show errors. In Apache, set SSIErrorMsg "Include failed for [file]" in your configuration. Once fixed, revert this to avoid exposing internal paths to users.
Add the following to your http , server , or location block: ssi on; Use code with caution. Copied to clipboard 2. Check File Permissions