Project

General

Profile

« Previous | Next » 

Revision 8378

web/**/.htaccess: Removed "handle DirectoryIndex" rule, which does not appear to be needed with the new dotpath format

View differences:

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

  
13
# handle DirectoryIndex (this must be at this position in the rules)
14
RewriteRule ^(.*/)?index\.php$ $1 [discardpath,noescape]
15

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