require_once ABSPATH . WPINC . '/load.php';
// Check for the required PHP version and for the MySQL extension or a database drop-in.
wp_check_php_mysql_versions();
// Standardize $_SERVER variables across setups.
wp_fix_server_vars();
define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content'
);
require_once ABSPATH . WPINC . '/functions.php';
$path =
wp_guess_url() . '/wp-admin/setup-config.php';
// Redirect to setup-config.php.
if ( !
str_contains( $_SERVER['REQUEST_URI'
], 'setup-config'
) ) { header( 'Location: ' .
$path );
exit;
} wp_load_translations_early();
// Die with an error message.
$die = '<p>' .
sprintf(