The solution is quite simple:
In wp-config.php
before require_once
add below code into file :
define('CONCATENATE_SCRIPTS', false);
Summary
The solution is quite simple:
In wp-config.php
before require_once
add below code into file :
define('CONCATENATE_SCRIPTS', false);