Page 1 of 1

Adding SSI

Posted: Mon Feb 05, 2018 5:19 pm
by sourcream
I really love your job!

It's made for casuals like me, but I want to use Server Side Includes.
Could you guys implement it in next version?

Re: Adding SSI

Posted: Sun Feb 11, 2018 9:58 am
by mwiede
We will try it ;-)
But WWebserver is not Apache and does not support modules like mod_ssi.
The focus is on PHP integration, where you have the full benetit of the programming language.

If you want to associate .html Files with PHP, you can change file extensions in cfg/cgi.txt like
.php .html .htm;PHPBuildIn

So all .html files will be processed by PHP and you can implement dynamic websites.
sourcream wrote:
Mon Feb 05, 2018 5:19 pm
I really love your job!

It's made for casuals like me, but I want to use Server Side Includes.
Could you guys implement it in next version?