I am having a problem with mod_rewrite rewriting the urls such that they are inaccesible. For instance when I attempt to go to
http://tibook-g4.local/~USERNAME/test/old.htm
with the following rewrite rule:
RewriteRule ^old\.htm$ new.htm
it tries to find the file and gives this error...
I am having what looks to be the same problem. All I have determined is that it seems to change the path of the file during the rewrite slightly so that it does not work. For instance when I attempt to go to
http://tibook-g4.local/~USERNAME/test/old.htm
with the following rewrite rule...