fix apache rewrite generation
authormutec <mysterycode@mysterycode.de>
Mon, 7 Oct 2019 10:16:03 +0000 (12:16 +0200)
committermutec <mysterycode@mysterycode.de>
Mon, 14 Oct 2019 14:39:41 +0000 (16:39 +0200)
commit92a82908b891fbb8df57facfdf7df0f89ee74fc7
tree233f5246666ff49f8dfcf8268af66d0d4703bd6b
parentdb153dd1d1b6a15035315c9fa40674d8ff023fa9
fix apache rewrite generation

Before this change the system wasn't able to handle nested directories properly.
A multidomain-setup using a different domain for every app and having them on the same file tree level was required for a valid output.
Now it's handling the "default"-case properly which might be one app at `/` and others in sub-directories.

Technical:
The algorithm didn't decide correctly if an app is placed in a sub-directory of another app. Now it's removing extra htaccess-files for those sub-directories and places everything correctly in the highest folder handling every app and the root-app at last.
wcfsetup/install/files/lib/data/option/OptionAction.class.php