Website URL
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.
page is empty
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
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
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?)
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
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.
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.
the file is in the "/htdoc/index.html folder
Any changes to your .htaccess file?
Do you mean /htdocs/index.html?
No? (@dan3008, you responded to my post).
Sorry I clicked the wrong post to reply to… that was intended for @Rostyslav_UA ![]()
Not the one in the root / directory, the one in the /htdocs/ directory or /noosphere.free.nf/htdocs/ directory.