Essentially you need to add one line of code to your “wp-config.php†file, which is located in the root of your WordPress Install.
Add this line of code:
define(‘CONCATENATE_SCRIPTS’, false );
I placed the line of code just below this string:
require_once(ABSPATH . ‘wp-settings.php’);
Hope this helps!
Leave a Reply