mduarte wrote
In the index.html file, I have a call to an SSI file as follows:
The file is a .html and this extension is not handled by default in Abyss Web Server by the SSI engine.
All you have to do is to add .html to to the list of file name extensions handled by SSI:
* Open Abyss Web Server console
2* Press on the "Configure" button in the "Hosts" table
3* Select the icon "XSSI Parameters"
4* Press "Add" in the table "Associated Extensions"
5* In "Extension" enter:
html
7* Press "OK"
8* Press "OK"
9* Now press "Restart"