Revision 10668
Added by Aaron Marcuse-Kubitza about 11 years ago
inputs/VegBIEN/db/.htaccess | ||
---|---|---|
7 | 7 |
RewriteCond %{ENV:innermost_dir} =db |
8 | 8 |
RewriteCond $0 ^/ [ornext] |
9 | 9 |
RewriteCond /$0 ^(.*)$ |
10 |
RewriteRule ^.+$ /servers/vegbiendev/vegbien/public%1 [discardpath,last,noescape,qsappend] |
|
10 |
RewriteRule ^.+$ /servers/vegbiendev/vegbien%1 [discardpath,last,noescape,qsappend] |
Also available in: Unified diff
inputs/VegBIEN/db/.htaccess: allow access to schemas other than the public schema by requiring a schema before the table. currently, this does not break any existing URLs.