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:[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]