Forum Moderators: phranque
For ease of management, I want to keep all of the files that SHOULD live in the root directory of my server instead in a subdirectory called 'rootfiles'. Thus a request for www.mysite.com/index.htm would really (behind the scenes) be a request for www.mysite.com/rootfiles/index.htm.
The first part is easy. But where I get stuck is: how do I prevent '/rootfiles/' from showing up in the URL/location window of the browser when these files are requested? I want to preserve the appearance that these files are in fact in the root directory.
I know the solution is going to be of the simple/duh/right-under-my-nose-the-entire-time variety. But I'm giving up on trying to figure it out for myself. Can anyone help me?
Ref: [httpd.apache.org...]
Jim