nextcloud/core
Lukas Reschke 52add798d4 Do not automatically try to enable index.php-less URLs (#24539)
The current logic for mod_rewrite relies on the fact that people have properly configured ownCloud, basically it reads from the `overwrite.cli.ur
l` entry and then derives the `RewriteBase` from it.

This usually works. However, since the ownCloud packages seem to install themselves at `/owncloud` (because subfolders are cool or so…) _a lot_ of people have just created a new Virtual Host for it or have simply symlinked the path etc.

This means that `overwrite.cli.url` is wrong, which fails hard if it is used as RewriteBase since Apache does not know where it should serve files from. In the end the ownCloud instance will not be accessible anymore and users will be frustrated. Also some shared hosters like 1&1 (because using shared hosters is so awesome… ;-)) have somewhat dubious Apache configurations or use versions of mod_rewrite from the mediveal age. (because updating is money or so…)

Anyhow. This makes this explicitly an opt-in configuration flag. If `htaccess.RewriteBase` is set then it will configure index.php-less URLs, if
admins set that after installation and don't want to wait until the next ownCloud version they can run `occ maintenance:update:htaccess`.

For ownCloud 9.0 we also have to add a repair step to make sure that instances that already have a RewriteBase configured continue to use it by copying it into the config file. That way all existing URLs stay valid. That one is not in this PR since this is unneccessary in master.

Effectively this reduces another risk of breakage when updating from ownCloud 8 to ownCloud 9.

Fixes https://github.com/owncloud/core/issues/24525, https://github.com/owncloud/core/issues/24426 and probably some more.
2016-05-12 09:43:26 +02:00
..
Command Do not automatically try to enable index.php-less URLs (#24539) 2016-05-12 09:43:26 +02:00
Controller Use proper URL generation function (#24576) 2016-05-11 19:39:57 +02:00
Tags Rename files to be PSR-4 compliant 2016-04-06 11:00:52 +02:00
ajax Adding progress to web upgrade 2016-04-28 13:52:01 +02:00
css New animated loader 2016-05-09 07:54:43 +02:00
doc fix difference between packaged version and master 2013-08-17 10:33:11 +02:00
fonts move font back from Light to Regular for body text on normal-res screens, fix #18954 2015-11-10 16:12:42 +01:00
img New animated loader 2016-05-09 07:54:43 +02:00
js Merge pull request #24397 from owncloud/sort-share-links 2016-05-10 18:42:10 +02:00
l10n [tx-robot] updated from transifex 2016-05-12 02:08:58 -04:00
search Happy new year! 2016-01-12 15:02:18 +01:00
skeleton add a real examplefile instead of an .gitignore which is a bit stupid here 2013-10-04 10:21:33 +02:00
templates token based auth 2016-05-11 13:36:46 +02:00
vendor Merge pull request #24062 from owncloud/fix-gitignore 2016-04-19 16:06:59 +02:00
Application.php Add controller to generate client tokens 2016-05-11 13:36:46 +02:00
register_command.php Do not automatically try to enable index.php-less URLs (#24539) 2016-05-12 09:43:26 +02:00
routes.php Add controller to generate client tokens 2016-05-11 13:36:46 +02:00
shipped.json Mark files_videoplayer as shipped 2016-02-11 19:06:48 +01:00
strings.php core: Fix typos (found by codespell) 2016-04-04 10:57:17 +02:00