Website Not loading (need help)

kuldeepsingh689

Regular Member
Joined
Sep 5, 2013
Messages
489
Reaction score
111
This site can't be reached took too long to respond err_timed_out

I am getting this error on my website.

I talked with hosting provider, they told me DNS not updated.

Please help if you know.
 
it does sound like a hosting problem to be honest, so your hosting should solve it. If they can't, or if they don't know how to, or if they refuse to... well, change hosting :)

Although, if the domain is registered with another company you should also contact that company and see what they say (it might still be a problem with the domain registrar)

Also, check out this page, it might help you figure out where the problem is:
https://www.hostinger.com/tutorials/fix-err_connection_timed_out
 
The problem is straightforward. The dns record is either not applied properly, or is not propagated yet. For some registrars it can even take 2-3 days. If you have followed all the steps correctly, wait for a day or two. If you haven’t, re read how to apply the dns records correctly, then try again.

Also, if you are using A records, make sure you apply the ip for both @ and www hosts, otherwise only one version will work.
 
This site can't be reached took too long to respond err_timed_out

I am getting this error on my website.

I talked with hosting provider, they told me DNS not updated.

Please help if you know.
Bro I think this is not your DNS issue

I think its issue normally occurred due to running bunch of plugin on a single site
If you need to solve this issue you need to tweak the php parameters.
please increase this limit below

max_execution_time
max_input_time
max_input_vars
memory_limit

I think this will solve your request timeout issue
 
There could be issues with your web server, such as overload, downtime, or a malfunction. Check with your web hosting provider to see if there are any known issues with the server.
 
Check your httpd logs anyway to be sure
 
Bro I think this is not your DNS issue

I think its issue normally occurred due to running bunch of plugin on a single site
If you need to solve this issue you need to tweak the php parameters.
please increase this limit below

max_execution_time
max_input_time
max_input_vars
memory_limit

I think this will solve your request timeout issue
worked thank you
 
Back
Top