• I am in the process of setting up a wordpress blog using Blue Host, using a subdomain only (our main website is hosted elsewhere and runs on a different CMS).

    Our registrars have pointed the subdomain in the right direction however when I try to log in I an taken to an error page that says ‘too many redirects’.

    I have absolutely no idea how to fix this – I’m not a technical/code person. Just need to know what needs to be done? Can anyone help?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • First, check your general setting in WordPress, check your WordPress address (URL). if you can’t access your general setting page then add the code below to your wp-config.php file define(‘WP_HOME’,’https://your-site.com’);
    define(‘WP_SITEURL’,’https://your-site.com’);

    Thread Starter Venom Gaming

    (@venomblog)

    Hi, whereabouts in the file do I put this? I don’t really have any coding knowledge so this is a bit out of my depth!

    These two lines should also be placed above the /* That’s all, stop editing! Happy blogging. */ line.

    Keep in mind that you should replace https://your-site.com with your actual URL.

    Thread Starter Venom Gaming

    (@venomblog)

    Ok, I followed those instructions but now when I go to the subdomain I see this message instead of an admin log in link :

    Index of /
    Name Last modified Size Description
    backup-1554113566-wp..> 2018-10-23 05:04 –
    backup-1554113566-wp..> 2019-04-01 04:10 3.5K
    backup-1554113566-wp..> 2019-01-09 11:32 –
    cgi-bin/ 2019-03-26 07:57 –
    wp-content/ 2019-04-01 04:16 –
    Apache Server at blog.venomuk.com Port 80

    Did I do something incorrectly?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Unable to Log In ‘Too Many Redirects’’ is closed to new replies.