Unable to access site and FTP

Username (e.g. epiz_XXX) or Website URL

epiz_28585551 and techyrajput.epizy.com

Error Message

Other Information

Few days ago, I have deleted my all files from FTP for some reason. After deleting files I am unable to access my site, it allows redirect to this site (https://infinityfree.net/errors/404/) with 404 Page not found error message. Now I am unable to access my FTP account also.

Please help me to solve both these errors.

Hey,
Isn’t that so normal? If you delete the index.php/index.html you not able to access to site. Because there’s nothing to access.

1 Like

How can I fix this now ?

For FTP. Right now there is a problem on infinityfree side.

You must add a index.html file on your site via ftp. but right now ftp is not working.

Can you please tell me little more how can I add this once FTP starts working.

Sure,

IDK I can share a document in here. I will type for you, hope you get understand;

Start Filezilla
Login with your FTP credentials (what you see on the homepage)
You’ll see few files
Open the .htdocs file
And Drag your html file to there.
And boom.
Now you can access to your site.

Sorry for disturbing you but which html file I have to upload as I didn’t have any file.

create an index.html file and copy paste this codes in it

<!DOCTYPE html>
<html>
<head>
<title>Hello World</title>
</head>
<body>

<h1>This is my webiste</h1>
<p>Hi.</p>

</body>
</html>
2 Likes

Thanks I will try this once FTP starts working.

nah, It’s OK. When I was started to learning at the first time I was asking everything to other people.

Btw after creating the index.html file right click > open it with notepad > paste the code > CTRL + S.

And you’re ready to upload your first website.

2 Likes

You’re welcome

1 Like

I have one more question, will this file automatically overwrite once I applied any theme from WordPress ?

I think I didn’t understand well.
If you talking about upload via ftp. You must change the theme on wordpress panel.

If you talking about Pick a theme from wordpress panel. You still gotta select new theme on wordpress panel.

Else,
I can help if you explain in more detail.

2 Likes

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