Revision 7993
Added by Aaron Marcuse-Kubitza over 11 years ago
web/main/SALVIAS/.htaccess | ||
---|---|---|
1 |
Redirect /SALVIAS/db /nimoy/salvias_plots |
|
2 |
Redirect /SALVIAS/users /nimoy/salvias_users |
|
3 |
|
|
4 |
RedirectMatch ^/SALVIAS/$ http://salvias.net/Documents/salvias_data_dictionary.html |
|
5 |
Redirect /SALVIAS/ http://salvias.net/Documents/salvias_data_dictionary.html#Plot_ |
web/main/.phpMyAdmin/.htaccess | ||
---|---|---|
1 |
RedirectMatch ^/\.phpMyAdmin/\[(.*)\]/([^/.]*)[/.]([^/.]*)[/.](.+)$ $1?db=$2\&table=$3\&column=$4\&target=tbl_structure.php |
|
2 |
RedirectMatch ^/\.phpMyAdmin/\[(.*)\]/([^/.]*)[/.](.+)$ $1?db=$2\&table=$3\&target=tbl_structure.php |
|
3 |
RedirectMatch ^/\.phpMyAdmin/\[(.*)\]/(.+)$ $1?db=$2\&target=db_structure.php |
|
4 |
RedirectMatch ^/\.phpMyAdmin/\[(.*)\]/$ $1?target=server_databases.php |
web/main/TCS/.htaccess | ||
---|---|---|
1 |
Redirect /TCS/ http://www.tdwg.org/standards/117/download/#/v101.xsd# |
web/main/VegX/.htaccess | ||
---|---|---|
1 |
Redirect /VegX/ http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd# |
web/main/nimoy/.htaccess | ||
---|---|---|
1 |
Redirect /nimoy/ /.phpMyAdmin/[http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php]/ |
web/main/DwC/.htaccess | ||
---|---|---|
1 |
Redirect /DwC/history/ http://rs.tdwg.org/dwc/terms/history/# |
|
2 |
Redirect /DwC/ http://rs.tdwg.org/dwc/terms/# |
Also available in: Unified diff
web/main/DwC,SALVIAS,TCS,VegX: Added .htaccess redirects and dot-path-matching empty dirs, which will replace the index.php redirects with a simpler syntax (http://httpd.apache.org/docs/2.2/mod/mod_alias.html#redirect)