On 6/29/06, Rob Dunn <photos@robertjamesdunn.com> wrote:
hi,

I am deploying round cube onto my mail server and are having some issues.

I have configured the mail settings and built the database in mysql

When I open the index.php file it comes out blank.

not sure if this means there is a config error?

can someone help me?

 

make sure you have these on your httpd.conf:

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

and your directory index directive contains index.php

HTH