I added
define(‘CONCATENATE_SCRIPTS’, false );
before the mySQL setting in wp-config.php and it worked…..
+++++++++++++++++++++++++++++++++++++++++
…..
* @package WordPress
*/
define(‘CONCATENATE_SCRIPTS’, false );
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘xxx_xxx’);
…etc
+++++++++++++++++++++++++++++++++++++++++++++