Revision 8378
Added by Aaron Marcuse-Kubitza over 11 years ago
web/servers/vegbiendev/.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 ^.*$ db/$0 [discardpath,noescape,last] |
web/BIEN2/geoscrub/.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 ^.*$ /servers/nimoy/geoscrub/$0 [discardpath,noescape,last] |
web/BIEN2/staging/.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 ^.*$ /servers/nimoy/bien2_staging/$0 [discardpath,noescape,last] |
web/IH/db/.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 ^.*$ /servers/nimoy/bien3_adb/ih/$0 [discardpath,noescape,last] |
web/VegBank/.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://vegbank.org/get/index/dba_tabledescription [discardpath,noescape,last] |
17 | 14 |
RewriteRule ^([^/]+)(?:/(.*))?$ http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&entity=dba_tabledescription&where=where_tablename&wparam=$1#$2 [discardpath,noescape,last] |
web/VegBIEN/Redmine/svn-web/.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 ^.*$ /VegBIEN/Redmine/main/repository/entry/$0 [discardpath,noescape,last] |
web/VegBIEN/Redmine/wiki/.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 ^$ /VegBIEN/Redmine/main/wiki/Database_development/ [discardpath,noescape,last] |
17 | 14 |
RewriteRule ^.+$ /VegBIEN/Redmine/main/wiki/$0 [discardpath,noescape,last] |
web/VegBIEN/Redmine/main/.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 ^.*$ https://projects.nceas.ucsb.edu/nceas/projects/bien/$0 [discardpath,noescape,last] |
web/VegBIEN/Redmine/svn/.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 ^.*$ /VegBIEN/Redmine/main/repository/raw/$0 [discardpath,noescape,last] |
web/VegBIEN/Redmine/.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 ^.*$ wiki/$0 [discardpath,noescape,last] |
web/VegBIEN/db/.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 ^.*$ /servers/vegbiendev/vegbien/public/$0 [discardpath,noescape,last] |
web/VegBIEN/.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 ^.*$ db/$0 [discardpath,noescape,last] |
web/TNRS/.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://tnrs.iplantcollaborative.org/instructions.html?$0#download_results [discardpath,noescape,last] |
web/TCS/.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://www.tdwg.org/standards/117/download/#/v101.xsd#$0 [discardpath,noescape,last] |
web/CTFS/schema/.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 ^.*$ /Redmine/svn/inputs/CTFS/_archive/DBv5.txt/#$0 [discardpath,noescape,last,redirect] |
web/CTFS/tables/.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 ^.*$ /Redmine/wiki/CTFS/?$0#Tables [discardpath,noescape,last,redirect] |
web/CTFS/terms/.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 ^.*$ /Redmine/svn/inputs/CTFS/_src/ctfs-comments_worksheet.xls/#$0 [discardpath,noescape,last,redirect] |
web/CTFS/.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 ^.*$ schema/$0 [discardpath,noescape,last] |
web/SALVIAS/users/.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 ^.*$ /servers/nimoy/salvias_users/$0 [discardpath,noescape,last] |
web/SALVIAS/db/.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 ^.*$ /servers/nimoy/salvias_plots/$0 [discardpath,noescape,last] |
web/SALVIAS/dd/.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 ^(?!Plot_)(.+)$ Plot_$1 [discardpath,noescape] |
17 | 14 |
RewriteRule ^.*$ http://salvias.net/Documents/salvias_data_dictionary.html#$0 [discardpath,noescape,last] |
web/SALVIAS/.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 ^.*$ dd/$0 [discardpath,noescape,last] |
web/.phpPgAdmin/.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://$1/redirect.php?server=$2&database=$3&schema=$4&table=$5&column=$6&subject=column [discardpath,noescape,last,redirect] |
17 | 14 |
RewriteRule ^\[(.*)\]/([^/]*)/([^/]*)/([^/]*)/(.+?)/?$ http://$1/redirect.php?server=$2&database=$3&schema=$4&table=$5&subject=table [discardpath,noescape,last,redirect] |
18 | 15 |
RewriteRule ^\[(.*)\]/([^/]*)/([^/]*)/(.+?)/?$ http://$1/redirect.php?server=$2&database=$3&schema=$4&subject=schema [discardpath,noescape,last,redirect] |
web/VegX/.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://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#$0 [discardpath,noescape,last] |
web/DwC/history/.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://rs.tdwg.org/dwc/terms/history/#$0 [discardpath,noescape,last] |
web/DwC/terms/.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://rs.tdwg.org/dwc/terms/#$0 [discardpath,noescape,last] |
web/DwC/.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 ^.*$ terms/$0 [discardpath,noescape,last] |
web/.phpMyAdmin/.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://$1/?db=$2&table=$3&column=$4&target=tbl_structure.php [discardpath,noescape,last,redirect] |
17 | 14 |
RewriteRule ^\[(.*)\]/([^/]*)/(.+?)/?$ http://$1/?db=$2&table=$3&target=tbl_structure.php [discardpath,noescape,last,redirect] |
18 | 15 |
RewriteRule ^\[(.*)\]/(.+?)/?$ http://$1/?db=$2&target=db_structure.php [discardpath,noescape,last,redirect] |
web/servers/nimoy/.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 ^.*$ /.phpMyAdmin/[nimoy.nceas.ucsb.edu/phpmyadmin]/$0 [discardpath,noescape,last] |
web/servers/vegbiendev/db/.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 ^.*$ /.phpPgAdmin/[vegbiendev.nceas.ucsb.edu/phppgadmin]/localhost:5432:allow/$0 [discardpath,noescape,last] |
web/BIEN2/core/.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 ^.*$ /servers/nimoy/bien2/$0 [discardpath,noescape,last] |
web/BIEN2/.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 ^.*$ web/$0 [discardpath,noescape,last] |
web/BIEN2/web/.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 ^.*$ /servers/nimoy/bien_web/$0 [discardpath,noescape,last] |
web/IH/.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