htaccess problem

I have a customer who is trying to install my php-based script on his dedicated RaQ server. After uploading all the files, when he tries to run setup.php, he gets an Internal Server Error.

According to his error log, the problem is:
DirectoryIndex not alowed here

In the htaccess file, the first line reads:
DirectoryIndex index.php index.html

I have had many many customers successfully install this script without any problems. So I'm certain this is an issue related to this customer's server configuration rather than the script itself.

Can anyone suggest the next step in solving this problem?

Thanks for your help.

Vito

 

 

 

 

Top