Revision 8004
Added by Aaron Marcuse-Kubitza almost 12 years ago
.htaccess | ||
---|---|---|
1 |
Redirect /SALVIAS/db /servers/nimoy/salvias_plots |
|
2 |
Redirect /SALVIAS/users /servers/nimoy/salvias_users |
|
3 |
|
|
4 | 1 |
RedirectMatch ^/SALVIAS/$ http://salvias.net/Documents/salvias_data_dictionary.html |
5 | 2 |
RedirectMatch ^/SALVIAS/(.+?)/$ http://salvias.net/Documents/salvias_data_dictionary.html#Plot_$1 |
Also available in: Unified diff
web/main/SALVIAS/: Moved db/ and users/ actions to their corresponding subdirs. The rules will still be run in the appropriate order, because if a .htaccess exists in a subdir, it will be used in preference to the .htaccess in the parent dir.