My website is not working
InfinityFree Forum [Unofficial]
March 12, 2026
Welcome to the forum
An error 500 usually means that the PHP has crashed. This is most often due to an error in the code. But with code you’ve got from elsewhere it could be that its designed for an old PHP version that’s not compatible, or that its calling a blocked function thats blocked here.
You can turn on full PHP errors in your dashboard for more information on the error. and this article from admin can help too
Http error 500 Websites and PHP
> 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…
Discussion in the ATmosphere