Revision 8378
Added by Aaron Marcuse-Kubitza over 11 years ago
.htaccess | ||
---|---|---|
10 | 10 |
RewriteCond %{REQUEST_FILENAME} -f |
11 | 11 |
RewriteRule ^.+$ - [discardpath,noescape,last] |
12 | 12 |
|
13 |
# handle DirectoryIndex (this must be at this position in the rules) |
|
14 |
RewriteRule ^(.*/)?index\.php$ $1 [discardpath,noescape] |
|
15 |
|
|
16 | 13 |
RewriteRule ^$ http://sweetgum.nybg.org/ih/ [discardpath,noescape,last] |
17 | 14 |
RewriteRule ^.+$ http://sweetgum.nybg.org/ih/herbarium_list.php?QueryName=DetailedQuery&Restriction=NamPartyType+\%3D+\%27IH+Herbarium\%27&col_NamOrganisationAcronym=$0 [discardpath,noescape,last] |
Also available in: Unified diff
web/**/.htaccess: Removed "handle DirectoryIndex" rule, which does not appear to be needed with the new dotpath format