Search Knowledge Base Articles
-
wordpress admin problem ssl not working
2020-02-25 11:00:081st debug by using chrome inspect, go to networking.2nd if you got error 403 for load script, that mean you js got issue.3rd just add this to wp-config.php define('CONCATENATE_SCRIPTS', false);4th solved...