Hi,

Simply add Directory index.php to your config. Eg:

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
DirectoryIndex index.php

That's from meory so it may off, I don't think so though.

-- 
Richard Heyes
http://www.phpguru.org

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

Reply via email to