Eric Covener wrote:
[...]
> http://httpd.apache.org/docs/2.2/mod/core.html#allowencodedslashes
> http://httpd.apache.org/docs/2.2/mod/core.html#loglevel
> [Wed Feb 17 12:33:57 2010] [info] [client 127.0.0.1] found %2f
> (encoded '/') in URI (decoded='/foo/'), returning 404
>
> > Where can I l
On Wed, Feb 17, 2010 at 12:27 PM, André Hänsel wrote:
> Hi,
>
> I'm confused:
>
> If I call http://localhost/doesntexit/lalala/ an error log entry is created
> and a 404 is delivered.
> If I call http://localhost/doesntexit.php/lalala/ an error log entry is
> created and a 404 is delivered.
> If I
Hi,
I'm confused:
If I call http://localhost/doesntexit/lalala/ an error log entry is created
and a 404 is delivered.
If I call http://localhost/doesntexit.php/lalala/ an error log entry is
created and a 404 is delivered.
If I call http://localhost/blah.php/lalala/ blah.php is executed.
If I call