** 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
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
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
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
4 matches
Mail list logo