On 6/12/06, Jesse Ross <[EMAIL PROTECTED]> wrote:
Hello BP,

You're right - this is a question of what is allowed in .htaccess files.
  Check out http://httpd.apache.org/docs/1.3/mod/core.html#locationmatch,
and look at the "Context" section.  Since it doesn't include .htaccess,
you can't use a LocationMatch in a .htaccess file.  There isn't any
AllowOverride which will change this.

And in addition, trying to use <LocationMatch> in an .htaccess file
indicates a problem anyway.  <LocationMatch> should be used only for
resources that don't live in the filesystem.  .htaccess, on the other
hand, is used only for resources that do live in the filesystem.

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