4
I recognise this problem. First, make sure there is no index.html file in your site root. That file will be shown before index.php, and thus will not show the XOOPS site.
Also, in your httpd.conf file, make sure that index.php is set as an index (there should be index.htm index.html etc. there already, do a search for that). That way the server will recognise index.php as a file is should serve when viewing a directory.
Herko