root/trunk/inputs/CTFS/terms/.htaccess @ 14222
1 | 8066 | aaronmk | RewriteEngine on |
---|---|---|---|
2 | 8446 | aaronmk | RewriteOptions AllowNoSlash InheritBefore |
3 | 8394 | aaronmk | RewriteBase /CTFS/terms/
|
4 | 8066 | aaronmk | |
5 | 8444 | aaronmk | SetEnvIf Request_URI ^ innermost_dir=terms |
6 | |||
7 | 8407 | aaronmk | # dir without trailing / is provided as an absolute filesystem path
|
8 | 8445 | aaronmk | RewriteCond %{ENV:innermost_dir} =terms
|
9 | 8407 | aaronmk | RewriteCond $0 ^/ [ornext]
|
10 | RewriteCond #$0 ^(.*)$ |
||
11 | 8507 | aaronmk | RewriteRule ^.+$ ../_src/ctfs-comments_worksheet.xls%1 [discardpath,last,noescape,qsappend,redirect]
|