Project

General

Profile

« Previous | Next » 

Revision 8007

web/main/DwC/.htaccess: Fixed bug where need to match dirs by themselves (/DwC/, /DwC/history/) in addition to when followed by a filename

View differences:

.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