Project

General

Profile

« Previous | Next » 

Revision 8445

web/**/.htaccess: fallback rules which should not be inherited by subdirs: Filter using a RewriteCond on %{ENV:innermost_dir} so that the rule is only run if the innermost dir was this dir. (This is needed when using InheritBefore.)

View differences:

.htaccess
17 17
RewriteRule ^index$() $1 [discardpath,noescape]
18 18

  
19 19
# dir without trailing / is provided as an absolute filesystem path
20
RewriteCond %{ENV:innermost_dir} =IH
20 21
RewriteCond $0 ^/ [ornext]
21 22
RewriteCond herbarium_list.php?QueryName=DetailedQuery&Restriction=NamPartyType+\%3D+\%27IH+Herbarium\%27&col_NamOrganisationAcronym=$0 ^(.*)$
22 23
RewriteRule ^.+$ http://sweetgum.nybg.org/ih/%1 [discardpath,noescape,last]

Also available in: Unified diff