Hey @klausguenter ! From client version 2.4 on, you can set a permanent (301) redirection on your old ownCloud domain pointing to its new location and the client will adapt on next restart. Here’s the issue for reference:
opened 11:31AM - 11 Aug 17 UTC
closed 05:27PM - 11 Sep 17 UTC
type:bug
### Actual behavior
The client appends `/status.php` and `/owncloud/status.php`… to the shortened entrypoint URL, which results on a 404 since that resource was moved permanently to the URL on the `Location` header. Error is displayed.
<p align="center">
<img src="https://user-images.githubusercontent.com/2644445/29211417-46e66f58-7e99-11e7-8e57-3d8e32d9c3f4.png"/>
</p>
### Expected behavior
The client should be able to follow a redirection chain.
### Steps to reproduce
1. Create a short URL to an ownCloud instance using e.g. https://goo.gl
2. Try to connect using the short URL
Manually switching the server URL by editing the config files is unsupported (and might cause unexpected behavior) but you can find info about it on https://central.owncloud.org/t/change-server-without-re-downloading-everything
Best,