rajout d'une clause LocationMatch pour restreindre l'acces a certaines pages (page d'edition d'adherent en particulier) aux seules adherents
This commit is contained in:
parent
8d548159f8
commit
69733df8cb
@ -48,7 +48,7 @@
|
|||||||
Allow from all
|
Allow from all
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
<Location /adherents/private/>
|
<LocationMatch /public/adherents/priv_*>
|
||||||
Options Indexes FollowSymLinks
|
Options Indexes FollowSymLinks
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
@ -66,6 +66,6 @@
|
|||||||
|
|
||||||
require valid-user
|
require valid-user
|
||||||
satisfy any
|
satisfy any
|
||||||
</Location>
|
</LocationMatch>
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user