I have just finished setting up the ispCP Omega instance.  I was initially getting a Fatal error which was being caused by mcrypt not being installed.  I have edited the Wiki Installation page to note at the bottom that this package is needed.  In addition, I have added a Troubleshooting page showing the error message I got and the solution.
Anyway...  I have come across another problem that I suspect to be an apache issue but I'm not sure.
Setup:  VM Running in Virtualbox
Host OS:  Vista 32 bit
VM Software:  Virtual Host
Guest OS:  CentOS 5.3
Apache:  2.2.8
I have setup the VM in bridge mode and assigned a static IP to my server.  The IP is 192.168.98 and I have another IP at eth0:0 which is 192.168.1.99.
I have installed as per the installation guide and I can login to 
http://admin.domain.com, HOWEVER, if I go to 
http://www.domain.com it also takes me to the login page.
I created an index.php file only containing the "php_info();" call and when I go to 
http://www.domain.com/index.php it shows the ispCP login box still.
I have added the following lines to my hosts file:
Code:
192.168.1.98    domain.com
192.168.1.98    www.domain.com
192.168.1.98    admin.domain.com
 
Can someone please help me figure this out?