You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/08/12 19:27:12 UTC

DO NOT REPLY [Bug 36166] New: - Redirect(Match)? documentation says "URL-path" must be fully-qualified; should say "URL"

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

           Summary: Redirect(Match)? documentation says "URL-path" must be
                    fully-qualified; should say "URL"
           Product: Apache httpd-2.0
           Version: 2.0.54
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Documentation
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: apache-bugs-2004@ryandesign.com


The documentation of the Redirect and RedirectMatch directives [1] reads, in part, like this:

Syntax:	Redirect [status] URL-path URL

URL-path must be a fully qualified URL, not a relative path, even when used with .htaccess files or 
inside of <Directory> sections.

I believe this should read "URL must be a fully qualified URL" since URL-path is certainly supposed to be 
a path, and not fully-qualified, and none of the examples show URL-path to be fully-qualified. This 
error appears in the 1.3, 2.0, and 2.1 documentation pages.

[1] http://httpd.apache.org/docs/2.1/mod/mod_alias.html#redirectmatch

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org