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? -- /*************/ nik600 http://www.kumbe.it --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx