[PHP] Apache not auto running index.php

2003-10-09 Thread David Erickson
Question for those with Apache 2 and PHP.. I installed a forum to my server but when I try to hit http://localhost/phpBB2/admin/ or http://localhost/phpBB2/ instead of running the index.php in those folders it returns a folder listing.. how can I tell apache to execute the index.php in

Re: [PHP] Apache not auto running index.php

2003-10-09 Thread David Erickson
Scratch that I figured it out. DirectoryIndex index.html index.php index.html.var -David - Original Message - From: David Erickson [EMAIL PROTECTED] To: PHP General Mailing List [EMAIL PROTECTED] Sent: Thursday, October 09, 2003 4:00 PM Subject: [PHP] Apache not auto running index.php

[PHP] PHP as a Servlet in Tomcat

2003-10-03 Thread David Erickson
.. I'd really like to get PHP integrated into tomcat but this isn't working =( Thanks a bunch David Erickson -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Image problem

2002-10-09 Thread David Erickson
I had a similar problem and I just put this in front of my php so everytime my scripts are called they always tell the browser and any proxy servers not to cache anything from me. header(Expires: Mon, 26 Jul 1997 05:00:00 GMT);// Date in the past header(Last-Modified: . gmdate(D, d M Y