From: Joshua Slive
A request for http://myserver/image/foo.gif would cause the - server to return the file /ftp/pub/image/foo.gif.
+ server to return the file /ftp/pub/image/foo.gif. Only complete + path segments are matched, so the above alias would not match a + request for http://myserver/imagefoo.gif. For more complex + matching using regular expressions, see theNote that if you include a trailing / on the url-path then the server will require a trailing / in @@ -206,7 +210,12 @@ a different URL
If the client requests http://example.com/service/foo.txt, it will be told to access http://foo2.example.com/service/foo.txt - instead.
+ instead. Only complete path segments are matched, so the above + example would not match a request for + http://example.com/servicefoo.txt. For more complex matching + using regular expressions, see theRedirect directives take precedence over Alias and ScriptAlias directives, irrespective of their ordering in