Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 58627f0

Browse files
committed
Fix htaccess tpl : replace ocs.php by opencollab.php
1 parent ae38f8f commit 58627f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/src/plugins/boot.conf/htaccess.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RewriteCond %{REQUEST_FILENAME} !-f
1010
RewriteCond %{REQUEST_FILENAME} !-d
1111
RewriteRule ^shares ./dav.php [L]
1212
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]
1515
RewriteRule ^user ./index.php?get_action=user_access_point [L]
1616
RewriteCond %{REQUEST_URI} !^${APPLICATION_ROOT}/index
1717
RewriteCond %{REQUEST_URI} !^${APPLICATION_ROOT}/plugins

core/src/plugins/boot.conf/htaccess.tpl.linux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RewriteCond %{REQUEST_FILENAME} !-f
1010
RewriteCond %{REQUEST_FILENAME} !-d
1111
RewriteRule ^shares ./dav.php [L]
1212
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]
1515
RewriteRule ^user ./index.php?get_action=user_access_point [L]
1616
RewriteCond %{REQUEST_URI} !^/pydio/index
1717
RewriteCond %{REQUEST_URI} !^/pydio/plugins

0 commit comments

Comments
 (0)