You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Michael Paesold <im...@gmx.at> on 2001/04/25 11:53:04 UTC

mistake in http://httpd.apache.org/docs/misc/rewriteguide.html

Hi,

could someone of you, who knows, how to do it, correct the following mistake
in http://httpd.apache.org/docs/misc/rewriteguide.html. In section "Mass
Hosting", there are these lines:

RewriteCond   %{REQUEST_URL}  !^/commonurl1/.*
RewriteCond   %{REQUEST_URL}  !^/commonurl2/.*
    :
RewriteCond   %{REQUEST_URL}  !^/commonurlN/.*

The hole rewrite will never work, because the correct variable name is
REQUEST_URI (with an i), and not REQUEST_URL (with an l). To find the lines,
just search for REQUEST_URL in the document.

It cost me two hours to find this spelling mistake. :/

Thanks,
Michael

--
Michael Paesold, mailto:imike@gmx.at



---------------------------------------------------------------------
To unsubscribe, e-mail: apache-docs-unsubscribe@apache.org
For additional commands, e-mail: apache-docs-help@apache.org


Re: mistake in http://httpd.apache.org/docs/misc/rewriteguide.html

Posted by Rodent of Unusual Size <Ke...@Golux.Com>.
Michael Paesold wrote:
> 
> could someone of you, who knows, how to do it, correct the following
> mistake

Done.  Thanks!
-- 
#ken    P-)}

Ken Coar                    <http://Golux.Com/coar/>
Apache Software Foundation  <http://www.apache.org/>
"Apache Server for Dummies" <http://Apache-Server.Com/>
"Apache Server Unleashed"   <http://ApacheUnleashed.Com/>

---------------------------------------------------------------------
To unsubscribe, e-mail: apache-docs-unsubscribe@apache.org
For additional commands, e-mail: apache-docs-help@apache.org