Hi,<br><br>I use KLone 2.1.1.<br><br>I haven't an "index.kl1" page in my "webapp/www" folder, but I have an "index.klx" page (C++ version).<br>However "index.klx" isn't recognized as a default index page.<br>
<br>I inspected "/src/libhttp/http.c" source file and the "http_get_default_index" function. I think that the next line<br>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=<br>
static const char *indexes[] = { "/index.klone", "/index.kl1" "/index.html", "/index.htm", NULL };<br>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=<br>
will be replace by<br>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=<br> static const char *indexes[] = { "/index.klone", "/index.kl1", "/index.klx", "/index.html", "/index.htm", NULL };<br>
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=<br clear="all">to add "index.klx" as a default index page.<br><br>I tested this solution by calling "<a href="http://myipaddress/">http://myipaddress/</a>" and the KLone server replied "<a href="http://myipaddress/index.klx">http://myipaddress/index.klx</a>" instead an error page (response before this modification), so it's OK.<br>
<br><div style="text-align: left;" id="result_box" dir="ltr">What do you think ?</div><br>-- <br>Mickaël AUGER<br><br>