Uncaught TYPO3 Exception
#1396795884: The current host header value does not match the configured trusted hosts pattern! Check the pattern defined in $GLOBALS['TYPO3_CONF_VARS']['SYS']['trustedHostsPattern'] and adapt it, if you want to allow the current host header 'www.nobidick.de' for your installation. (More information)

UnexpectedValueException thrown in file
/var/www/deutsche-novosibirsk/typo3_src-7.6.24/typo3/sysext/core/Classes/Utility/GeneralUtility.php in line 3548.

6 TYPO3\CMS\Core\Utility\GeneralUtility::getIndpEnv("HTTP_HOST")

/var/www/deutsche-novosibirsk/typo3_src-7.6.24/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
03602:                 break;
03603:             case 'TYPO3_REQUEST_HOST':
03604:                 $retVal = (self::getIndpEnv('TYPO3_SSL') ? 'https://' : 'http://') . self::getIndpEnv('HTTP_HOST');
03605:                 break;
03606:             case 'TYPO3_REQUEST_URL':

5 TYPO3\CMS\Core\Utility\GeneralUtility::getIndpEnv("TYPO3_REQUEST_HOST")

/var/www/deutsche-novosibirsk/typo3_src-7.6.24/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
03605:                 break;
03606:             case 'TYPO3_REQUEST_URL':
03607:                 $retVal = self::getIndpEnv('TYPO3_REQUEST_HOST') . self::getIndpEnv('REQUEST_URI');
03608:                 break;
03609:             case 'TYPO3_REQUEST_SCRIPT':

4 TYPO3\CMS\Core\Utility\GeneralUtility::getIndpEnv("TYPO3_REQUEST_URL")

/var/www/deutsche-novosibirsk/typo3_src-7.6.24/typo3/sysext/core/Classes/Http/ServerRequestFactory.php:
00040: 
00041:         $method = isset($serverParameters['REQUEST_METHOD']) ? $serverParameters['REQUEST_METHOD'] : 'GET';
00042:         $uri = new Uri(GeneralUtility::getIndpEnv('TYPO3_REQUEST_URL'));
00043: 
00044:         $request = new ServerRequest(

3 TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals()

/var/www/deutsche-novosibirsk/typo3_src-7.6.24/typo3/sysext/frontend/Classes/Http/Application.php:
00076:     public function run(callable $execute = null)
00077:     {
00078:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00079: 
00080:         if ($execute !== null) {

2 TYPO3\CMS\Frontend\Http\Application::run()

/var/www/deutsche-novosibirsk/typo3_src-7.6.24/index.php:
00031: call_user_func(function () {
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });

1 {closure}()

/var/www/deutsche-novosibirsk/typo3_src-7.6.24/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });