URL Mapping - ApacheCon 2005
DocumentRoot- If all else fails, it must be a request for an actual document, so we look in the DocumentRoot for the path requested.
- If
DocumentRoot is /www/docs and the requested url is /something/index.html then the file /www/docs/something/index.html is indicated - Unless an
Alias mapped it to another directory, as discussed before - File is retrieved off of the file system, and returned to the user
|
|