My site is down

Website URL

http://www.noosphere.free.nf

Error Message

page is empty

Other Information

my site is down. more than 72 hours have passed and the site page is no longer displayed.

Looks like a problem with your page. Is it a PHP page under the hood? If so your code may be returning blank

4 Likes

No, it’s a normal HTML file

Назва сторінки

Привіт, світ!

Це мій перший абзац на веб-сторінці.

Ok. If you open your browser console, do you get any errors? I’m out at the moment so I’ll take a look when I get in

4 Likes

the page does not show any errors. just a blank sheet.

No need to worry @dan3008, I’ve got you covered!

Annoyingly, nothing. I don’t see a <!-- anywhere, so there is no commented code.

@Rostyslav_UA, are you editing the correct file (index.html?)

5 Likes

Yes

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>Назва сторінки</title>
</head>
<body>
<h1>Привіт, світ!</h1>
<p>Це мій перший абзац на веб-сторінці.</p>
</body>
</html>

this is how the “index . html” file code looks like

can you try uploading a new file, test.html with the same content?

I just want to see if the issue is limited to the index page or if its wider spread

3 Likes

Yes

<!DOCTYPE html>
<html>
<head>
<meta charset=“UTF-8”>
<title>Назва сторінки</title>
</head>
<body>
<h1>Привіт, світ!</h1>
<p>Це мій перший абзац на веб-сторінці.</p>
</body>
</html>
index.html (240 Bytes)

Sorry for the confusion, I meant can you add a page to your site, under test.html with the same content.

3 Likes

index.html (240 Bytes)

With your code, I see this in my Test Instance (which my browser automatically translated):

Are you sure your code doesn’t use <!-- anywhere?

Also, are you editing the index.html file in either /htdocs/index.html or /noosphere.free.nf/htdocs/index.html?

Also, are .htaccess rules causing any conflict? I see your website automatically redirects to the www version of it, which is not secure.

3 Likes

the file is in the "/htdoc/index.html folder

Any changes to your .htaccess file?

2 Likes

Do you mean /htdocs/index.html?

No? (@dan3008, you responded to my post).

1 Like

Sorry I clicked the wrong post to reply to… that was intended for @Rostyslav_UA :rofl:

2 Likes

Not the one in the root / directory, the one in the /htdocs/ directory or /noosphere.free.nf/htdocs/ directory.