Revision 8449
Added by Aaron Marcuse-Kubitza over 11 years ago
.htaccess | ||
---|---|---|
7 | 7 |
RewriteCond %{ENV:innermost_dir} =VegBank |
8 | 8 |
RewriteRule ^/ http://vegbank.org/get/index/dba_tabledescription [discardpath,noescape,last] |
9 | 9 |
RewriteCond %{ENV:innermost_dir} =VegBank |
10 |
RewriteCond %{REQUEST_FILENAME} !-d |
|
10 | 11 |
RewriteRule ^([^/]+)(?:/(.*))?$ http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&entity=dba_tabledescription&where=where_tablename&wparam=$1#$2 [discardpath,noescape,last] |
Also available in: Unified diff
inputs/VegBank/.htaccess: Added RewriteCond to check that the REQUEST_FILENAME is not an existing dir, which is apparently needed to prevent the verify/ subdir from being interpreted as a redirect