Project

General

Profile

« Previous | Next » 

Revision 8406

web/**/.htaccess: handle DirectoryIndex subrequests, which append "index" to the dir

View differences:

.htaccess
11 11
RewriteCond %{REQUEST_FILENAME} -f
12 12
RewriteRule ^.+$ - [discardpath,noescape,last]
13 13

  
14
# handle DirectoryIndex subrequests
15
RewriteRule ^index$() $1 [discardpath,noescape]
16

  
14 17
RewriteRule ^$                  http://vegbank.org/get/index/dba_tabledescription                                                                                           [discardpath,noescape,last]
15 18
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