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?
Adding SSI
Re: Adding SSI
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.
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.