Bug #52993
closedindex.php in DOC_ROOT must be symlinked
0%
Description
If index.php in DOC_ROOT is a file and not a symlink (to typo3_src/index.php) the install tool displays this error message:
Path /index.php is not a link
The target /index.php should be a link, but is of type file. This can not be fixed. Please investigate.
Some providers (e.g. Domainfactory and jweiland.net) do not allow symlinks to files (only to directories) for security reasons.
The install tool should reflect this possibility.
Updated by Philipp Gampe about 11 years ago
- Status changed from New to Accepted
We will lover the severity. However the core updater will not work of the folder structure does not match. Maybe we will add the index.php part as an exception, however there are concerns that the code will get to complicated that way.
Updated by Mathias Brodala about 11 years ago
Philipp Gampe wrote:
We will lover the severity. However the core updater will not work of the folder structure does not match. Maybe we will add the index.php part as an exception, however there are concerns that the code will get to complicated that way.
IMHO all of these checks related to the core updater should be disabled completely if the core updater itself has been disabled.
Updated by Henrik Ziegenhain over 10 years ago
Are there any news on the "exception part"?
Imho the very nice and useful feature of automatic core updates is absolutly useless with Domainfactory - and others not allowing symlinks on files
Updated by Christian Kuhn about 10 years ago
Hint: The core updater is just one usage of the FolderStructure, there may be more than these.
What is missing in the folder structure code:
Allow index.php to be an symlink OR a file, but if it is a file, then its content must be identical to a given template.
Updated by Benni Mack over 9 years ago
- Category changed from Install Tool to 1601
- Target version set to 7.4 (Backend)
Updated by Christian Kuhn over 9 years ago
i described a solution scenario in #57706
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Mathias Schreiber about 9 years ago
- Status changed from Accepted to Closed
we will continue in #57706