My site showing: This site can’t be reached

Username (e.g. epiz_XXX) or Website URL

https://www.swall.ga

Error Message

This site can’t be reached

Check if there is a typo in www.swall.ga.

If spelling is correct, try running windows network Diagnostics.

DNS_PROBE_FINISHED_NXDOMAIN

Other Information

This site is not working but a subdomain of this is working which is: https://shop.swall.ga. @Admin Please help…

Admin has pings turned off. Is this a new website? I feel that there is a misconfiguration with you file of the main domain.

Although super slow, it is working.

For me, it appears that www.swall.ga has no A records.
However, swall.ga has A records pointing to 185.27.134.154. but automatically redirects to www.swall.ga.

https://dnschecker.org/#A/swall.ga
https://dnschecker.org/#A/www.swall.ga

1 Like

this is working but https://www.swall.ga is not working.

This is not a new site. It is old and worked before.

The www part of your domain is working, but the naked part of the domain is not working. You can redirect the naked domain (swall.ga) to www.swall.ga. Add the following piece of code in your .haccess file. It should be there in the /htdocs folder. Thanks!

RewriteCond %{HTTP_HOST} ^swall.ga$
RewriteRule (.*) http://www.swall.ga$1 [R=301,L]

Looks like you got it working, congrats! If it’s not working for you yet, try clearing your cache.

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