Project

General

Profile

Bug #100719

Updated by Andreas Kienast about 1 year ago

If TYPO3 is installed via CLI and the server is not nginx, the backend may be inaccessible. @\TYPO3\CMS\Install\FolderStructure\DefaultFactory@ `\TYPO3\CMS\Install\FolderStructure\DefaultFactory` tries to determine the used webserver software via @$_SERVER['SERVER_SOFTWARE']@, `$_SERVER['SERVER_SOFTWARE']`, which doesn't exist in CLI context and therefore neither copies the @.htaccess@ `.htaccess` nor the @web.config@ `web.config` file to the document root.

Back