I cannot see my homepage, but everone else can
-
If I enter https://www.mydomain.co.uk I get an HTTP 500 error, yet if I try this on ANY other PC then I can see my home page without a probelem. Furthermore, if I stick “/?” at the end of the URL I can see the homepage fine from my PC.
Conclusion: there is some problem specifically with the setting on my PC, but I don’t know how to fix it.
Why the problem happened in the first place: A friend commented to me that for most firms it is not necessary to type the whole URL into the address bar (complete with www.), just the domain name is sufficient as a redirect will do the rest. So I asked my temp to sort this out for me. They went into the WP admin General settings and deleted the https://www. from the front of my blog address thinking this would solve the problem… the result: I lost the entire website.
I quickly fished around online and found a patch to recover my website. This involved altering the wp-config.php file with hard code as follows:
define (‘WP_SITEURL’, ‘https://www.YOURDOMAIN.co.uk’);
define (‘WP_HOME’, ‘https://www.YOURDOMAIN.co.uk’);So now, when i go into General settings, my URL is correct, but greyed out and un-editable… and rather bizarrly now I can’t see my own homepage.
HELP!!!
- The topic ‘I cannot see my homepage, but everone else can’ is closed to new replies.