ciao ragazzi ho un problema con un trasferimento di un sito in wordpress da xyz a xyz
ho fatto il backup dei files e trasferiti su xyz,ho modificato il config con i parametri del db
ho fatto il dump del database ma quando vado a caricare la home mi si apre un file da scaricare
che riporta il seguente codice
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @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('./wp-blog-header.php');
?>
Mi pare di aver fatto tutto correttamente qualcuno saprebbe aiutarmi.Vi ringrazio in anticipo.