Project

General

Profile

« Previous | Next » 

Revision 8406

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

View differences:

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

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

  
15 18
RewriteRule ^.*$ ../_archive/DBv5.txt#$0 [discardpath,noescape,last,redirect]

Also available in: Unified diff