Revision 8007
Added by Aaron Marcuse-Kubitza almost 12 years ago
web/main/DwC/.htaccess | ||
---|---|---|
1 |
RedirectMatch ^/DwC/history/(.+?)/?$ http://rs.tdwg.org/dwc/terms/history/#$1 |
|
2 |
RedirectMatch ^/DwC/(.+?)/?$ http://rs.tdwg.org/dwc/terms/#$1 |
|
1 |
RedirectMatch ^/DwC/history/(.*?)/?$ http://rs.tdwg.org/dwc/terms/history/#$1 |
|
2 |
RedirectMatch ^/DwC/(.*?)/?$ http://rs.tdwg.org/dwc/terms/#$1 |
Also available in: Unified diff
web/main/DwC/.htaccess: Fixed bug where need to match dirs by themselves (/DwC/, /DwC/history/) in addition to when followed by a filename