After transferring from the demo server (everything works ok) to the production server, the WP produces an error:
/ ** * Front to the WordPress application. Wp-blog-header.php * * @package WordPress * / / ** * Tells WordPress to load the WordPress theme and output it. * * @var bool * / define ('WP_USE_THEMES', true); / ** Loads the WordPress Environment and Template * / require (dirname ( FILE ). '/Wp-blog-header.php'); `
Tell me how to fix it?