Bug #57907
closedInstall Tool: Wrong link to system requirements
0%
Description
The »Welcome« page in the Install Tool has a broken link to system requirements.
Current link in Install Tool: http://typo3.org/about/typo3-the-cms/system-requirements/ (404)
Correct link: http://typo3.org/about/typo3-cms/system-requirements/
Welcome
How to configure TYPO3 CMS
Local configuration is done by overriding default values in the file typo3conf/LocalConfiguration.php. The options that you choose in the Install Tool will be saved in this file, such as database information and values in the global array TYPO3_CONF_VARS.
If you wish to manually edit the file, the options in the TYPO3_CONF_VARS array and how to use them for your own purposes are discussed in the base configuration file, EXT:core/Configuration/DefaultConfiguration.php. This file sets up the default values, then includes the LocalConfiguration.php file to override the default values.
See this page for more information about system requirements: http://typo3.org/about/typo3-the-cms/system-requirements/
Please note, that the link http://typo3.org/about/system-requirements/ does exist in various documentations and forwards to http://typo3.org/about/typo3-the-cms/system-requirements/ (404)
Proposed solution:- State the correct, desired URL in this ticket
- Redirect http://typo3.org/about/system-requirements/ & http://typo3.org/about/typo3-the-cms/system-requirements/ to the desired URL
- Change the URL in TYPO3 core (Line 110 in /typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php) to the desired URL
Updated by Alexander Opitz over 10 years ago
- Status changed from New to Closed
This is a duplicate of #57764
The problem will be solved with next deployment of typo3.org
Thanks for Help.