Forums
(@classipress)
13 years, 7 months ago
Figured it out. A code error in wp-config.php happened when changing the wp-content name. A set of // was added in front of the following:
//define(‘WP_CACHE’, true);
Removed it and every thing is fine.