[PHP] Re: index.php not autoloading in apache

2008-08-25 Thread Vince Sabio
** At 13:03 +0200 on 08/25/2008, Carlos Medina wrote: 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 permis

[PHP] Re: index.php not autoloading in apache

2008-08-25 Thread Carlos Medina
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 follow

[PHP] Re: index.php question

2002-03-17 Thread LaserJetter
Try adding a slash to the end of the URL i.e. www.whatever.com/~jondoe/ and see if that helps. Maybe Apache tries to parse your PHP file as if it is an HTML file. "Omland Christopher M" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi all, I'm new to the ma

[PHP] Re: index.php

2001-12-30 Thread Daniel Urstöger
I am not sure if this is the problem. but why don´t just do something like this: DirectoryIndex index.html index.php index.cgi Search the httpd.conf, there is surely already for the index.html ! ;) Ehm, yeah, and this is one is ordered in priority from the left to right .. Hope it helps ! Cya