Website not loading properly

Username (e.g. epiz_XXX) or Website URL

mhvacc.epizy.com

Error Message

When trying to access my website, the site doesn’t load properly and shows me a corrupt site.

When clicking on some of the pages as well, I get a error 404 on InfinityFree. I contacted the support and they said that this has to do with the host, which is InfinityFree:

Do you have any idea on how to fix this? Thank you.

It seems your website’s HTML code tries to access assets via HTTPS


Solution :
Re-write your website’s HTML files to use HTTP, or
Install SSL into your website

6 Likes

Thank you so much! That worked. However, I now have another issue - I’ve installed SSL certificates for my domain, however, I can access the site when I use www at the beginning of the URL, but if www is not used, I get a “403 forbidden”.

Oh my!

1 Like

@NicholasT This should help you to how to solve this problem:

@Deveroonie You should try to give answers instead, I’m not actually surprised by these errors because that much errors are normal because of how it’s configured plus it’s so easy to solve.

3 Likes

I get an SSL_ERROR_INTERNAL_ERROR_ALERT when I try to visit https://mhvacc.epizy.com/ over HTTPS, which typically means that no SSL certificate was installed.

2 Likes

I changed the domain to mhvaif.com instead.

The reason why http://mhvaif.com/ doesn’t load is because all the URLs on the site are use the URL https://www.mhvaif.com/ . Our hosting blocks embedding stuff hosted here onto other domains, which also includes embedding things from www.mhvaif.com onto mhvaif.com.

To fix this, I would suggest to setup a redirect to ensure redirect people going to mhvaif.com or those not using HTTPS to https://www.mhvaif.com/ . You can do this with .htaccess rules.

3 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.