Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

Commit

Permalink
wrong return code in .htaccess / The network name cannot be found
Browse files Browse the repository at this point in the history
See original issue comment: owncloud/core#26350 (comment)
Just a "typo" but needs to be fixed.
  • Loading branch information
mmattel authored Mar 7, 2018
1 parent 69da5c9 commit db72417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_manual/issues/general_troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ main Web server / Vhost configuration or the ``.htaccess`` placed in your docume
RewriteEngine On
RewriteCond %{REQUEST_URI} ^(/)$ [NC]
RewriteCond %{REQUEST_METHOD} ^(OPTIONS)$
RewriteRule .* https://%{SERVER_NAME}/owncloud/remote.php/webdav/ [R=301,L]
RewriteRule .* https://%{SERVER_NAME}/owncloud/remote.php/webdav/ [R=401,L]

For NGINX an example config addition could be::

Expand Down

0 comments on commit db72417

Please sign in to comment.