Afficher un message
Vieux 04/05/2006, 00h22   #9
Robert Ionescu
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: regex in locationmatch

Julian Wood wrote:
> So for Apache 1.3.x, I'm SOL trying to unprotect those particular
> documents?


You can try to use a more specific LocationMatch below
"^/tlcprojectswiki/index\.php/" using Satisfy any.

<LocationMatch "^/tlcprojectswiki/index\.php/">
require valid-user
.....
</LocationMatch>

<LocationMatch "^/tlcprojectswiki/index\.php/(Category|Public)">
Satisfy any
.....
</LocationMatch>

--
Robert
  Réponse avec citation
 
Page generated in 0,04716 seconds with 9 queries