> -----Original Message-----
> From: Joshua Slive [mailto:[EMAIL PROTECTED] 
> Sent: Saturday, August 06, 2005 10:19 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Block File Types
> 
> 
> 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.

You are correct.  In this case, I only wanted to prevent
the argument string from intefering with detection of the
file I do not want to send.  Should I perhaps use both
methods, since in any case, I have the RewriteEngine
running for other reasons?

Thanks,
Mike.
--
Michael D. Berger
[EMAIL PROTECTED] 



---------------------------------------------------------------------
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