Revision 8497
Added by Aaron Marcuse-Kubitza almost 12 years ago
schemas/VegCore/.htaccess | ||
---|---|---|
1 | 1 |
RewriteEngine on |
2 | 2 |
RewriteOptions AllowNoSlash InheritBefore |
3 |
RewriteBase /VegCore/ |
|
3 | 4 |
|
4 | 5 |
SetEnvIf Request_URI ^ innermost_dir=VegCore |
5 | 6 |
|
Also available in: Unified diff
schemas/VegCore/.htaccess: added RewriteBase to support relative redirects. this enables auto-prepending dir name if it's part of the filename, e.g. VegCore/ERD.pdf -> VegCore/VegCore.ERD.pdf).