
Note that when you specify an ErrorDocument that points to a remote URL (ie. htaccess file.ĮrrorDocument 404 "404 Error: File not found" You also have the option of just puting in the text or HTML to display in your. If you do not have your domain pointed to your account, you must use the fully qualified URL, like this: htaccess file may look something like this: Make sure to replace where it says URL with the URL to that error message.įor example, your. htaccess file isn't already there, then you can either create one online using the pico command in ssh, or create one in a text editor and upload it to the server using an ftp program. Inside your public_html directory, or one of its subdirectories, you may have a file named. Next, you will need to create your customized. You can modify the contents of these documents however you please. To create customized error pages, you need to create the following html documents:
#404 NOT FOUND MEAN UPGRADE#
If you need this feature, please email to request an upgrade of account type. htaccess is not enabled for "Simple Virtual Host" accounts. You can customize your error messages by creating or editing your. How do I customize error messages like "Code 404: Not Found"? The server handles the redirection in this manner in conformance with HTTP standards. The server redirects the browser to request: Also try loading other web pages on your site if other pages load, it's probably not actually a problem with the server.Ĭode 302 Redirected requests result whenever you specify a directory for a URL. htaccess settings, if you've changed them, to make sure they're correct. If you're using MySQL for the page, check your MySQL settings (username, password, appropriate data, and that no tables need to be repaired). There are a few things that can cause that. What does "Code 500: Internal Server Error" mean?


You specified a directory as the URL, e.g.This means that you tried to view something that the web server has been directed not to show. Typically this is the result of a bad URL in one of your documents which links to a non existent document, either a mistake, or one that you were planning on writing but haven't yet.

It means that you had a request for a document in your site that did not exist. HTTP response codes are the standard numbers associated web server error messages.
