WordPress Admin not working perfectly. How to solve?

It is very easy to solve. Just add the following to the wp-config.php file

define(‘FORCE_SSL_LOGIN’, true);
define(‘FORCE_SSL_ADMIN’, true);
define( ‘CONCATENATE_SCRIPTS’, false );
define( ‘SCRIPT_DEBUG’, true );