• 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’, ‘http://’ . $SERVER[‘HTTPHOST’] . ‘/’);
    define(‘WP_HOME’, ‘http://’ . $SERVER[‘HTTPHOST’] . ‘/’);

    to

    define(‘WP_HOME’,’http://proceedit.com’);
    define(‘WP_SITEURL’,’http://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 http://www.proceedit.com

    The 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.