Problem accessing my website while my connection is stable and good.
cyp
-
AstaLaVista1908 Posted messages 88 Status Member -
AstaLaVista1908 Posted messages 88 Status Member -
Hello, I’m reaching out with my question after several hours of research. I can no longer access my site (petitmarnod.fr) even though it is active. I can access it via 3 smartphones and 1 tablet connected to Wi-Fi, but on my two PCs (one on Wi-Fi with the same connection as my phone and one on Ethernet, it doesn’t work). The page loads infinitely. Sometimes it partially loads, but that is very rare, and I can't interact with the site. I’ve tested it on FF, IE, and Microsoft Edge using different search engines each time... My friends can interact with the site. I checked all security measures in the different browsers, removed my antivirus, disabled my firewall, and changed my DNS. If you can help me, I would be very grateful! If you need more information, feel free to ask!
Thanks in advance.
Configuration: Windows / Firefox 67.0
Thanks in advance.
Configuration: Windows / Firefox 67.0
5 answers
-
Hello,
Have you made any changes to your site recently?
If so, try clearing the cache on your PC to start with, if you haven't done so already.
Let us know afterwards :)
--
A Valaisan to the rescue -
Hi,
the site isn't hosted with you, I suppose?
--
and... Here you go! -
Can you test a wget if the browsers are not working?
There is a problem with your server configuration:
when accessing via the domain name, we get thisbrupala@saturn ~ $ wget www.petitmarnod.fr
--2019-06-24 16:21:07-- http://www.petitmarnod.fr/index.php?option=com_user&view=login&return=aHR0cDovL3d3dy5wZXRpdG1hcm5vZC5mci8=
Resolving www.petitmarnod.fr (www.petitmarnod.fr)… 212.85.153.5
Connecting to www.petitmarnod.fr (www.petitmarnod.fr)|212.85.153.5|:80… connected.
HTTP request sent, awaiting response… 301 Moved Permanently
Location: http://www.petitmarnod.fr/index.php?option=com_user&view=login&return=aHR0cDovL3d3dy5wZXRpdG1hcm5vZC5mci8%3D [following]
--2019-06-24 16:21:07-- http://www.petitmarnod.fr/index.php?option=com_user&view=login&return=aHR0cDovL3d3dy5wZXRpdG1hcm5vZC5mci8%3D
Reusing existing connection to www.petitmarnod.fr:80.
HTTP request sent, awaiting response… 200 OK
Size: unspecified [text/html]
Saving to: «index.html.4»
index.html.4 [ <=> ] 6.37K --.-KB/s in 0.03s
2019-06-24 16:21:07 (184 KB/s) - «index.html.4» saved [6521]
So an HTTP redirection.
when accessing directly via the address, we get this:brupala@saturn ~ $ wget 212.85.153.5
--2019-06-24 16:15:40-- http://212.85.153.5/
Connecting to 212.85.153.5:80… connected.
HTTP request sent, awaiting response… 200 OK
Size: 411 [text/html]
Saving to: «index.html.3»
index.html.3 100%[===================>] 411 --.-KB/s in 0s
2019-06-24 16:15:40 (14.8 MB/s) - «index.html.3» saved [411/411]
and the content of index.html.3:<HTML><BODY BACKGROUND="E0E0E0"><h1>Site not available</h1><p>The site you requested is not available on this server.<BR>Possible reasons include:</p><ul><li>The site is not hosted by Lost Oasis under the mutual plan with dedicated traffic</li><li>The period for which the hosting was paid has expired</li><li>The site has reached its traffic quota for this month</li></ul></BODY></HTML>
Anyway, the IP address is still with Lost Oasis, the DNS is probably not configured correctly:brupala@saturn ~ $ host 212.85.153.5
5.153.85.212.in-addr.arpa domain name pointer web-dedie.lost-oasis.net.
brupala@saturn ~ $
-
hey, thanks for your reply, unfortunately I don't know what to do with it, I already changed the DNS (I set Google’s) SO in this case what is misconfigured? When I enter the IP I get, I indeed have the same error message (contained in index.html.3) but maybe the address I gave you is wrong???? If you could check...? As for Wget, I don’t know how to use it, I downloaded one but it doesn't work....? Have a good evening and thank you for your replies, it's always nice when you have a problem of this complexity...
-
I set up an opendns, nothing changes, but I just saw in my console during the infinite loading of the page of the site:
GET http://www.petitmarnod.fr/templates/dj-agriculture/css/template_css.css
[HTTP/1.1 200 OK 0ms]
GET http://www.petitmarnod.fr/templates/dj-agriculture/css/horizontal.css
[HTTP/1.1 200 OK 0ms]
"none", URL, or filter function expected, but "alpha(" found. Parsing error for "filter" value. Declaration dropped. horizontal.css:40:9
Unknown property "-moz-opacity". Declaration dropped. horizontal.css:41:15
GET http://www.petitmarnod.fr/templates/dj-agriculture/css/editor.css
[HTTP/1.1 200 OK 0ms]
there you go, if that can help...
-
-
If needed, the site is on http non-secure connection but normally works fine. You can test the site; it works well.
-