This repository was archived by the owner on Nov 25, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
core/src/plugins/boot.conf Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ RewriteCond %{REQUEST_FILENAME} !-f
10
10
RewriteCond %{ REQUEST_FILENAME} !-d
11
11
RewriteRule ^shares ./dav.php [L]
12
12
RewriteRule ^api ./rest.php [L]
13
- RewriteRule ^ocs/ ./ocs .php [L]
14
- RewriteRule ^ocs-provider/ ./ocs .php [L]
13
+ RewriteRule ^ocs/ ./opencollab .php [L]
14
+ RewriteRule ^ocs-provider/ ./opencollab .php [L]
15
15
RewriteRule ^user ./index.php?get_action=user_access_point [L]
16
16
RewriteCond %{ REQUEST_URI} !^${ APPLICATION_ROOT} /index
17
17
RewriteCond %{ REQUEST_URI} !^${ APPLICATION_ROOT} /plugins
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ RewriteCond %{REQUEST_FILENAME} !-f
10
10
RewriteCond %{REQUEST_FILENAME} !-d
11
11
RewriteRule ^shares ./dav.php [L]
12
12
RewriteRule ^api ./rest.php [L]
13
- RewriteRule ^ocs/ ./ocs .php [L]
14
- RewriteRule ^ocs-provider/ ./ocs .php [L]
13
+ RewriteRule ^ocs/ ./opencollab .php [L]
14
+ RewriteRule ^ocs-provider/ ./opencollab .php [L]
15
15
RewriteRule ^user ./index.php?get_action=user_access_point [L]
16
16
RewriteCond %{REQUEST_URI} !^/pydio/index
17
17
RewriteCond %{REQUEST_URI} !^/pydio/plugins
You can’t perform that action at this time.
0 commit comments