Ok, thanks for mentioning RewriteLog, didn't know there is an extra logfile
for mod_rewrite. That helped me figuring it out:
In the second example, apache recognizes the rewritten url equals the
original url and aborts rewriting process. ("initial URL equal rewritten
URL: test/server.php [IGNORING REWRITE]")
In the second example it doesn't because "test/./server.php" does not equal
"test/server.php" -> infinite rewrite
- [us...@httpd] mod_rewrite loop Walther Bauer
- Re: [us...@httpd] mod_rewrite loop Frank Gingras
- Re: [us...@httpd] mod_rewrite loop Walther Bauer
- Re: [us...@httpd] mod_rewrite loop Eric Covener
- Re: [us...@httpd] mod_rewrite loop Frank Gingras
- Re: [us...@httpd] mod_rewrite loop Walther Bauer
