Testet on localhost (Win2K+ Apache) server.
If e.g. the real page is:
"http://testsite.localhost/dir/file.php" (e.g.
"http://testsite.localhost/home/shop.php")
- then Apache will "rewrite" both
"http://testsite.localhost/dir/file" (e.g.
http://testsite.localhost/home/shop)
and
"http://testsite.localhost/dir/file/" (e.g.
http://testsite.localhost/home/shop/)
to there as well.
(This seems to be the case while
http://testsite.localhost/dir/file.php
exists,
when it doesn't - e.g. when testing - Apache rightly "throws" 404.)
I do not want that "automatic-find-file-'ish" feature!.. I have no idea why
it does it.
Besides resulting in some wrong pathes in some variables
(at least for
http://testsite.localhost/dir/file/) I would much much prefer
a 404 page.
Any ideas of what might be wrong?
mvh
Thomas Schulz