Try adding this to your wp-config.php
define(‘CONCATENATE_SCRIPTS’, false ); //<——— ADD THIS LINE
needs to be above
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);
I tried adding this to the wp-config file and that didn’t do anything. I left permissions alone and resolved the issue by disabling the firewall in Wordfence. @beyondbold called it.
Hi Jordan,
Thank you for the quick response!
I’ve been testing one page and didn’t realize that other pages were working. So that does help narrow down some things (maybe).
I will post the link to the page I am having problems with as private content. I’ll take a look at permissions but I’ve had this theme working for several years on this hosting setup. Do you feel that permissions could be an issue now?