Hi,<br><br>I use KLone 2.1.1.<br><br>I haven&#39;t an &quot;index.kl1&quot; page in my &quot;webapp/www&quot; folder, but I have an &quot;index.klx&quot; page (C++ version).<br>However &quot;index.klx&quot; isn&#39;t recognized as a default index page.<br>
<br>I inspected &quot;/src/libhttp/http.c&quot; source file and the &quot;http_get_default_index&quot; function. I think that the next line<br>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=<br>
&nbsp;&nbsp; static const char *indexes[] = { &quot;/index.klone&quot;, &quot;/index.kl1&quot; &quot;/index.html&quot;, &quot;/index.htm&quot;, NULL };<br>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=<br>
will be replace by<br>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=<br>&nbsp;&nbsp; static const char *indexes[] = { &quot;/index.klone&quot;, &quot;/index.kl1&quot;, &quot;/index.klx&quot;, &quot;/index.html&quot;, &quot;/index.htm&quot;, NULL };<br>
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=<br clear="all">to add &quot;index.klx&quot; as a default index page.<br><br>I tested this solution by calling &quot;<a href="http://myipaddress/">http://myipaddress/</a>&quot; and the KLone server replied &quot;<a href="http://myipaddress/index.klx">http://myipaddress/index.klx</a>&quot; instead an error page (response before this modification), so it&#39;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>