Vince Sabio schrieb:
I am running PHP v5.2.6 on an Apache v2.2 server. For some reason, Apache is not automatically loading index.php files, even when there is no other index.* file in the directory; it will throw a "you do not have permission to access [directory]" instead.

I have the following in my httpd.conf file:

LoadModule php5_module        libexec/apache22/libphp5.so
php_value session.save_path "/tmp/"
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps

In case it matters, the server OS is FreeBSD-7.0-RELEASE.

Any idea what the problem is? I mean, other than the wetware?

Muchas gracias....

__________________________________________________________________________
Vince Sabio                                                  [EMAIL PROTECTED]
Hi Vince,
search (grep/find ) for DirectoryIndex: Statement

Regards

Carlos

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to