To whom it may concern,
We have recently changed to apache, and are trying to get php to work with it. Normally it would be easy, but we're hosting three domains. So, we've got virtual hosts set up, which works. PHP doesn't. I have index.php set up as the default document, then index.htm, then index.html. If I do a url that is a directory, such as domain.com/dir, I get forbidden errors. When I request the file directly, such as domain.com/dir/index.php, I get 500 server errors.
I have the same php configuration on my notebook, winme, with the same version of apache (its a development machine) and php works just fine.
Do I need to add directives to my virtual hosts section, or is there another directive or command I must put in there? Do I have to put the perl shebang in the script?
Any help would be appreciated.
Thanks, Jason