Re: [users@httpd] index.php ist used (internally) when /index.php/ is requested

2014-11-16 Thread Yehuda Katz
As far as I know, the default has not changed since the directive was introduced: DefaultThe treatment of requests with trailing pathname information is determined by the handler responsible for the request. The core handler for normal files defaults

Re: [users@httpd] index.php ist used (internally) when /index.php/ is requested

2014-11-13 Thread Christoph Gröver
Hello list, > This is usually the intended behavior. Many PHP frameworks use > PATH_INFO to handle requests. > > See the documentation for AcceptPathInfo: > http://httpd.apache.org/docs/current/mod/core.html#acceptpathinfo Thanks Yehuda. I see why this is being used. Is this the default for a l

Re: [users@httpd] index.php ist used (internally) when /index.php/ is requested

2014-11-13 Thread Yehuda Katz
This is usually the intended behavior. Many PHP frameworks use PATH_INFO to handle requests. See the documentation for AcceptPathInfo: http://httpd.apache.org/docs/current/mod/core.html#acceptpathinfo - Y On Thu, Nov 13, 2014 at 10:25 AM, Christoph Gröver wrote: > > Hello list, > > Strange thi

[users@httpd] index.php ist used (internally) when /index.php/ is requested

2014-11-13 Thread Christoph Gröver
Hello list, Strange thing. If a request is made for a directory URL where the directory contains a .php then this request is translated to just the php file and php is executed. (/index.php/ --> /index.php) In my opinion this should not happen. Since a directory is requested and index.php is