Project

General

Profile

« Previous | Next » 

Revision 8449

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

View differences:

.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