File uploads on File Manager

Error Message

Other Information

i want to upload a zip file for my website but it keeps giving the error above,
i’ve also tried uploading the folder itself but that just leads to this too, what should i do?

This error appears sometimes, and I’m not quite sure what it actually means.

But it always works to skip the online file manager and just upload the files with a desktop FTP client like FileZilla instead.

7 Likes

I used FileZilla but it won’t show the site
it keeps showing the 403 Forbidden page
this is the folder of the site in file manager

what should i do?

I have the same problem. I can’t use the file manager at all. same error. LAME!

1 Like

You don’t have a index.html or index.php file in the root /htdocs

But index.php is in the folder named “godpact” tho

What’s your site’s URL?

4 Likes

Please see:

The index file MUST be placed DIRECTLY in the htdocs folder for the server to recognize it as your website’s home page. The server will not look inside subdirectories.

By placing your website in a subdirectory, your website will be reachable on a URL like http://(your domain)/godpact/. If you don’t want to have the godpact part in the URL, you should move all the files of your website out of the godpact directory and into the htdocs directory.

5 Likes

www.godpact.great-site.net

Oh i see, i will do that now and see if it works


this is what i got now since changing the directory and moving the files in godpact to the root directory.

Thank you so much for your continued assistance!

7 Likes

Ok, so i impemented that and i got to see the PHP error. The error was about the database connections, the parameters were still set to my localhost server so i changed it, it seems to be working well now, Thank you!
URL(www.godpact.great-site.net)

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