6
if u still require the index.html etc..
you can always edit the mainmenu block template by goin to XOOPS admin then click blocks, then find main menu block and click edit.. then click edit template and find the url for Home..
find this line in main menu block template :
<a class="menuTop" href="<{$xoops_url}>/"><{$block.lang_home}>a>
edit it as follows:
<a class="menuTop" href="<{$xoops_url}>/index.php"><{$block.lang_home}>a>
hope this helps