Hi all, I believe this is the best area of the forum for my problem, please forgive if it is not. A week (9th feb) ago my Wordpress site was transferred from one account within Godaddy to another (my new hosting account.) All went fine until this morning (14th feb)- now the site wont show and i cant get into the backend. This is the message i get when i type in the url: <?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'); ?> Does anyone have any idea what this is? Any help appreciated, Thank you
If you are on shared hosting account, you should get in touch with their support - it seems that you have lost PHP ( i.e., all PHP files are not being parsed and executed ).
Yes it sounds like there may have been a change to your server config, either globally or locally on your account. Try finding an option to parse php within html files in your hosting control panel, that *may* resolve it.