Project

General

Profile

« Previous | Next » 

Revision 8021

web/main/**/.htaccess: Use RewriteEngine, inheriting the web/main/.htaccess rules, in order to translate dotpaths that follow /-paths to existing dirs

View differences:

web/main/SALVIAS/users/.htaccess
1
RewriteEngine on
2
RewriteOptions inherit
3

  
1 4
Redirect /SALVIAS/users/ /servers/nimoy/salvias_users/
web/main/SALVIAS/db/.htaccess
1
RewriteEngine on
2
RewriteOptions inherit
3

  
1 4
Redirect /SALVIAS/db /servers/nimoy/salvias_plots
web/main/SALVIAS/.htaccess
1
RewriteEngine on
2
RewriteOptions inherit
3

  
1 4
RedirectMatch ^/SALVIAS/$        http://salvias.net/Documents/salvias_data_dictionary.html
2 5
RedirectMatch ^/SALVIAS/(.*?)/?$ http://salvias.net/Documents/salvias_data_dictionary.html#Plot_$1
web/main/.phpMyAdmin/.htaccess
1
RewriteEngine on
2
RewriteOptions inherit
3

  
1 4
RedirectMatch ^/\.phpMyAdmin/\[(.*)\]/([^/]*)/([^/]*)/(.+)/$ http://$1/?db=$2\&table=$3\&column=$4\&target=tbl_structure.php
2 5
RedirectMatch ^/\.phpMyAdmin/\[(.*)\]/([^/]*)/(.+)/$         http://$1/?db=$2\&table=$3\&target=tbl_structure.php
3 6
RedirectMatch ^/\.phpMyAdmin/\[(.*)\]/(.+)/$                 http://$1/?db=$2\&target=db_structure.php
web/main/TCS/.htaccess
1
RewriteEngine on
2
RewriteOptions inherit
3

  
1 4
RedirectMatch ^/TCS/(.*?)/?$ http://www.tdwg.org/standards/117/download/#/v101.xsd#$1
web/main/VegX/.htaccess
1
RewriteEngine on
2
RewriteOptions inherit
3

  
1 4
RedirectMatch ^/VegX/(.*?)/?$ http://wiki.tdwg.org/twiki/pub/Vegetation/WebHome/VegX_Schema_1.5.3_proposed.zip#/veg.xsd#$1
web/main/servers/nimoy/.htaccess
1
RewriteEngine on
2
RewriteOptions inherit
3

  
1 4
Redirect /servers/nimoy/ /.phpMyAdmin/[nimoy.nceas.ucsb.edu/phpmyadmin]/
web/main/DwC/history/.htaccess
1
RewriteEngine on
2
RewriteOptions inherit
3

  
1 4
RedirectMatch ^/DwC/history/(.*?)/?$ http://rs.tdwg.org/dwc/terms/history/#$1
web/main/DwC/.htaccess
1
RewriteEngine on
2
RewriteOptions inherit
3

  
1 4
RedirectMatch ^/DwC/(.*?)/?$ http://rs.tdwg.org/dwc/terms/#$1

Also available in: Unified diff