Revision 9596
Added by Aaron Marcuse-Kubitza over 11 years ago
web/.htaccess | ||
---|---|---|
64 | 64 |
RewriteRule ^.+$ %{REQUEST_URI}/ [discardpath,last,noescape,qsappend,redirect] |
65 | 65 |
|
66 | 66 |
# handle DirectoryIndex subrequests when there is no DirectoryIndex |
67 |
# use -F subrequest so that MultiViews auto-appends any extension |
|
68 | 67 |
RewriteCond %{REQUEST_FILENAME} !-F |
68 |
# use -F subrequest so that MultiViews auto-appends any extension |
|
69 | 69 |
RewriteRule ^(.*/)?index$ $1 [discardpath,noescape,qsappend] |
70 | 70 |
|
71 | 71 |
# prepend dir name if it's part of the filename (e.g. dir/file -> dir/dir.file) |
Also available in: Unified diff
web/.htaccess: handle DirectoryIndex subrequests when there is no DirectoryIndex: moved comment about -F subrequest after line it applies to