Admin
February 20, 2023, 7:55pm
49
Your domain is working for me know. But as you were moving it across accounts, it’s possible that you couldn’t view the site yet due to DNS caching. You can learn more about that here:
If you’ve just created your account, or just added a new domain name to an account, you may be surprised that you are unable to view your website when using the domain. Instead you may see:
An advertisements page, with ?z being added to the URL.
An error saying “This site can’t be reached”.
This is usually caused by a system called DNS Caching. This article explains how DNS Caching works, why your website isn’t up yet and what you can do to see your website right now.
When will I be able to …
I see a blank page on your website, and the Network tab shows the page returns with an error code 500. This usually means that your PHP code has crashed.
When trying to access your website, you may see a page which returns the status code “500”. In Google Chrome, you’ll see a page with the error code HTTP ERROR 500.
There are typically two reasons which can cause this error:
The PHP code has crashed.
The .htaccess file contains invalid rules.
Here are some things you can try to debug and fix this.
Fixing crashing PHP code
A HTTP ERROR 500 simply tells you that the PHP code has crashed, but gives no information as to why it has crashed.
Gett…
5 Likes