Search results

  1. S

    apache mod_rewrite directory problem

    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...
  2. S

    Cannot figure out why mod_rewrite isn't working

    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...
Back
Top