owncloud / core

:cloud: ownCloud web server core (Files, DAV, etc.)
https://owncloud.com
GNU Affero General Public License v3.0
8.36k stars 2.06k forks source link

Wrong redirect if not logged in #7164

Closed alexkuklin closed 10 years ago

alexkuklin commented 10 years ago

i've got 6.0.0.16 deployed at https://matryoshka-varna.org/docs/

When someone tries to reach https://matryoshka-varna.org/docs/index.php/apps/contacts/ without login, there's redirect to "https://matryoshka-varna.orgindex.php"

$CONFIG = array ( 'instanceid' => '_', 'passwordsalt' => '_', 'datadirectory' => '/var/www/docs/data', 'dbtype' => 'sqlite3', 'version' => '6.0.0.16', 'installed' => true, 'maxZipInputSize' => 838860800, 'allowZipDownload' => true, 'loglevel' => '0', );

any ideas?

karlitschek commented 10 years ago

Strange. Can you please post a full bug report as described here? https://github.com/owncloud/core/blob/master/CONTRIBUTING.md

karlitschek commented 10 years ago

Can't reproduce and no more feedback. closing for now