Why is my site not working yet?

Hi
I can not understand why my site, despite the maintenance being over, does not work yet …
Site: https://myfitness.000webhostapp.com/

I have forwarded this issue to the admins :slight_smile:

@myfitness
An admin enabled error display in your .htaccess, please check your website.

Here are some solutions:
1.session_start() must be at the top of your source, no html or other output before!
2.You can only send session_start() one time
3.You cannot session_start(); when your buffer has already been partly sent.

This mean, if your script already sent informations (something you want, or an error report) to the client, session_start() will fail.

@myfitness Your website is working fine.

clear your browser cache and data, then try again. or try CTRL+F5