Project

General

Profile

« Previous | Next » 

Revision 8009

web/main/SALVIAS/.htaccess: RedirectMatch for below top-level: Use /(.*?)/?$ suffix for consistency with other sources' RedirectMatch patterns

View differences:

web/main/SALVIAS/.htaccess
1
RedirectMatch ^/SALVIAS/$       http://salvias.net/Documents/salvias_data_dictionary.html
2
RedirectMatch ^/SALVIAS/(.+?)/$ http://salvias.net/Documents/salvias_data_dictionary.html#Plot_$1
1
RedirectMatch ^/SALVIAS/$        http://salvias.net/Documents/salvias_data_dictionary.html
2
RedirectMatch ^/SALVIAS/(.*?)/?$ http://salvias.net/Documents/salvias_data_dictionary.html#Plot_$1

Also available in: Unified diff