Posted by raisins on 12/18/18 11:48
This is kind of an obscure question, and I hope someone has a clue
what's going on.
I've got PHP4 running on Apache 1.3 on win32, and whenever I request a
URL like so:
http://localhost/tag/
It appears that the server is actually calling the script
http://localhost/tag.php (which is a real file). However, when I do
something like
http://localhost/nonexistantfile/
Apache does not try to serve up anything at all. The behavior of
treating /tag/ like /tag.php is really screwing up my attempts to do
RewriteRule matching. Please help!
Navigation:
[Reply to this message]
|