From Remote to Local using MAMP
-
Unfortunately my wordpress site got hacked . I took one of my backups made using simple-backup, and installed MAMP, and tried loading it up.
I am seeing this everytime I try to load the site:
<?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');
I thought it was because PHP wasn’t working, but I installed a fresh copy of wordpress and everything works fine with that. I tried copying the fresh install of wordpress’s files over my backup but I still get the same error. Is there something I am missing?
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘From Remote to Local using MAMP’ is closed to new replies.