DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36166>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36166 ------- Additional Comments From [EMAIL PROTECTED] 2005-08-15 19:21 ------- It is best practice to use a full URL starting with a scheme, although I believe that recent versions will also take a URL-path and tag on the current server name. But you are right that this all should be clarified. Something along the lines <usage> <p>The Redirect directive maps an old URL into a new one by asking the client to refetch the resource at the new location.</p> <p>The old <em>URL-path</em> is a (%-decoded) path beginning with a slash. A relative path is not allowed. The new <em>URL</em> should be an absolute URL beginning with a scheme, but a URL-path beginning with a slash may also be used, in which case the scheme and hostname of the current server will be added.</p> <p>Then any request beginning with <em>URL-Path</em> will return a redirect request to the client at the location of the target <em>URL</em>. Additional path information beyond the matched <em>URL-Path</em> will be appended to the target URL.</p> ... -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
