I have probably a rather simple mod_rewrite question, however I didn't know how what to google for and how to do this in the best way.
In my php/html code I have regular links linking to /directory/file.php
However the /directory/ doesn't actually exist, and the file.php lies in the root of the server. I just want the url to make more sense if I add /directory/ to it.
How would I do that?