On Mon, Jun 6, 2011 at 10:46 AM, nik600 <[email protected]> wrote:
> It seems that the problem is at the very beginning of the request:
>
> request to:
> TestA/ab (ok):
> add path info postfix: /var/www/test/TestA -> /var/www/test/TestA/ab
> ...
> ...
> split uri=Test.php?request=ab -> uri=Test.php, args=request=ab
> ...
> ...
> [perdir /var/www/test/] pass through /var/www/test/Test.php
>
> request to:
> Test/ab (err):
> add path info postfix: /var/www/test/Test.php -> /var/www/test/Test.php/ab
> ...
> ...
> [perdir /var/www/test/] pass through /var/www/test/Test.php
>
> The problem is, my request was on Test/ab, NOT to Test.php/ab !!!
>
> So, probably there must be something that appends automatically the
> .php, but where?

multiviews / mod_negotiation?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to