Revision 8066
Added by Aaron Marcuse-Kubitza over 11 years ago
web/main/CTFS/schema/.htaccess | ||
---|---|---|
1 |
RewriteEngine on |
|
2 |
RewriteOptions inherit |
|
3 |
|
|
4 |
RewriteRule ^(?:(.*)/)?$ /Redmine/svn/inputs/CTFS/_archive/DBv5.txt/#$1 [discardpath,noescape,last,redirect] |
web/main/CTFS/tables/.htaccess | ||
---|---|---|
1 |
RewriteEngine on |
|
2 |
RewriteOptions inherit |
|
3 |
|
|
4 |
RewriteRule ^(?:(.*)/)?$ /Redmine/wiki/CTFS/?$1#Tables [discardpath,noescape,last,redirect] |
web/main/CTFS/terms/.htaccess | ||
---|---|---|
1 |
RewriteEngine on |
|
2 |
RewriteOptions inherit |
|
3 |
|
|
4 |
RewriteRule ^(?:(.*)/)?$ /Redmine/svn/inputs/CTFS/_src/ctfs-comments_worksheet.xls/#$1 [discardpath,noescape,last,redirect] |
web/main/CTFS/.htaccess | ||
---|---|---|
1 |
RewriteEngine on |
|
2 |
RewriteOptions inherit |
|
3 |
|
|
4 |
# don't redirect subdir paths |
|
5 |
RewriteCond %{DOCUMENT_ROOT}/CTFS/$1 -d |
|
6 |
RewriteRule ^([^/]+).*$ - [discardpath,noescape,last] |
|
7 |
|
|
8 |
# handle DirectoryIndex (this must be at this position in the rules) |
|
9 |
RewriteRule ^(.*/)?index\.php$ $1 [discardpath,noescape] |
|
10 |
|
|
11 |
RewriteRule ^(.*/)?$ schema/$0 [discardpath,noescape,last] |
web/main/.ctfs | ||
---|---|---|
1 |
link CTFS |
|
0 | 2 |
Also available in: Unified diff
Added web/main/CTFS/