On 8/6/05, Michael D. Berger <[EMAIL PROTECTED]> wrote:
> Thanks for this help; it works as advertised. The \?* deals with the
> situation in which there are arguments in the request.  Experiment
> shows that with yout method, the \?* is not necessary.

I was afraid of that.  The query string is not matched either in
<Files> or in %{REQUEST_URI}.  If you need to match against the query
string, then you need to use mod_rewrite's %{QUERY_STRING} variable. 
But I guess in your case it doesn't matter.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to