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
Subjec
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 directories
ly helpful.. 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
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
4 matches
Mail list logo