Try actually looking in the Apache2 manual -
http://httpd.apache.org/docs-2.0/mod/core.html#acceptpathinfo

HTH

Danny.

----- Original Message -----
From: "Simon Grabowski" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, June 23, 2002 3:08 PM
Subject: [PHP] Problem with Apache2/PHP4.2.1

> This same approach has worked perfectly for me
> in apache 1.3.26, and it correctly launched
> script "go" when someone opened URL such
> as http://www.mydomain.com/go/something/somewhere
>
> Unfortunately, with Apache 2.0.39 only
> http://www.mydomain.com/go works okay, but
> http://www.mydomain.com/go/bla/bla results in a 404 error.
> (it looks as if Apache treats 'go' as directory, not as
> a script - despite the settings in .htaccess - and therefore
> it can't find the location)



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

Reply via email to