Revision 10515
Added by Aaron Marcuse-Kubitza over 11 years ago
schemas/VegCore/ERD/.htaccess | ||
---|---|---|
1 |
RewriteEngine on |
|
2 |
RewriteOptions AllowNoSlash InheritBefore |
|
3 |
|
|
4 |
SetEnvIf Request_URI ^ innermost_dir=ERD |
|
5 |
|
|
6 |
# dir without trailing / is provided as an absolute filesystem path |
|
7 |
RewriteCond %{ENV:innermost_dir} =ERD |
|
8 |
RewriteCond $0 ^/ [ornext] |
|
9 |
RewriteCond /$0 ^(.*)$ |
|
10 |
RewriteRule ^.+$ /servers/vegbiendev/db/my/VegCore%1 [discardpath,last,noescape,qsappend,redirect] |
Also available in: Unified diff
added schemas/VegCore/ERD/.htaccess to forward unknown subdirs to vegbiendev MySQL as tables