Revision 8355
Added by Aaron Marcuse-Kubitza almost 12 years ago
web/main/svn-web/.htaccess | ||
---|---|---|
1 |
RewriteEngine on |
|
2 |
RewriteOptions inherit |
|
3 |
|
|
4 |
RewriteRule ^(.*/)?$ ../Redmine/svn-web/$0 [discardpath,noescape,last] |
web/main/svn/.htaccess | ||
---|---|---|
1 |
RewriteEngine on |
|
2 |
RewriteOptions inherit |
|
3 |
|
|
4 |
RewriteRule ^(.*/)?$ ../Redmine/svn/$0 [discardpath,noescape,last] |
Also available in: Unified diff
web/main/svn*/: Removed in preparation for replacing with symlinks, which will work now that absolute paths are used where needed