• Resolved katiecoleslaw

    (@katiecoleslaw)


    In trying to display my splash page and click through to the main page (index.php) I have managed to sort of, well… delete my login page.

    Following this guide, I changed my site address and put a .html on the end of it. Except (I am blind), I did it for both site address and WordPress address. Now when I try to log on I am getting this.

    I tried adding –

    define(‘WP_HOME’,’https://example.com’);
    define(‘WP_SITEURL’,’https://example.com’);

    to wp-config.php but to no avail.

    Please tell me there is a simple solution to this ?!

Viewing 1 replies (of 1 total)
  • Thread Starter katiecoleslaw

    (@katiecoleslaw)

    I figured it out – I was putting the code in the wrong place.

    Towards the end of wp-config.php there is a section that reads –
    `

    **
    * For developers: WordPress debugging mode.
    *
    * Change this to true to enable the display of notices during development.
    * It is strongly recommended that plugin and theme developers use WP_DEBUG
    * in their development environments.
    */
    define(‘WP_DEBUG’, false);

    put
    define(‘WP_HOME’,’https://example.com’);
    define(‘WP_SITEURL’,’https://example.com’);

    beneath ??

Viewing 1 replies (of 1 total)
  • The topic ‘404 changing site URL’ is closed to new replies.