404 error page

404 means the file is not found. If you already uploaded the file, then either the name is spelled wrong or it is in the wrong folder.

How to find the correct spelling and folder.


Other Possibilities

You may get 404 for images because you have Hot Link Protection turned on and the domain is not on the list.

Else, if you go to http://ip/~username/ and get a 404 error, one reason might be that you inadvertently deleted your public_html folder, or the entire account may need to be recreated. Either way, please contact us immediately via email or live chat so we can diagnose the problem.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Adjusting the file upload or post size

If you are using a PHP script and want to increase the "post size" or the "size of a file I can...

How to use sendmail with PHP

Here is the magical line of code which tells PHP to send an email through your mail server....

403 Forbidden or No Permission to Access

The top reasons for this error are permissions or .htaccess error. Permissions The 403...

How to find the correct spelling and path for your files, missing images

When you get a 404 error, check the URL in your browser. This tells you the path and file name...

allow_url_fopen, how to enable

This can be done via your php.ini file by adding the following line: allow_url_fopen = On The...