Revision 8009
Added by Aaron Marcuse-Kubitza almost 12 years ago
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
web/main/SALVIAS/.htaccess: RedirectMatch for below top-level: Use /(.*?)/?$ suffix for consistency with other sources' RedirectMatch patterns