Blank page after modifying wp php config file
-
I am running an instance in lightsail that serves my wordpress website. But I have tried to modify in the wp-config.php file
what I have done is that changing
define(‘WP_SITEURL’, ‘https://’ . $SERVER[‘HTTPHOST’] . ‘/’);
define(‘WP_HOME’, ‘https://’ . $SERVER[‘HTTPHOST’] . ‘/’);to
define(‘WP_HOME’,’https://proceedit.com’);
define(‘WP_SITEURL’,’https://proceedit.com’);The website shows blank page even after recovering default settings.
what is the solution to recover my website to function as before.
my website is https://www.proceedit.comThe page I need help with: [log in to see the link]
- The topic ‘Blank page after modifying wp php config file’ is closed to new replies.