• AlyseMitten

    (@alysemitten)


    I am able to see my website. But when going to wp-admim it presents this message:

    The page isn’t redirecting properly

    I used velvet blue to change the http: to https:

    I believe the issue is that I didn’t put a / at the end of the website name.

    How would I fix this?

Viewing 1 replies (of 1 total)
  • accuwebhosting

    (@accuwebhosting)

    Hi,

    Try to add WP_HOME and WP_SITEURL values in wp-config.php file

    Connect to your website using an https://FTP.Locate wp-config.php file in your site’s root directory. Edit this file and add these two lines to the file. Replace example.com with your own domain.

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

    Save the file and try to access your WordPress dashboard.

    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘Can't access wp-admin’ is closed to new replies.