Jump to content

Recommended Posts

Posted

Can anyone pinpoint what the problem/s can be? I re-uploaded site error log returns:

[sun Jun 26 07:33:46 2016] [error] [client 67.82.160.79] File does not exist: /home/twoglobe/public_html/500.shtml

[sun Jun 26 07:33:46 2016] [alert] [client 67.82.160.79] /home/twoglobe/public_html/index.html/.htaccess: Invalid command '{\\rtf1\\ansi\\ansicpg1252\\cocoartf949\\cocoasubrtf540', perhaps misspelled or defined by a module not included in the server configuration

[sun Jun 26 07:28:26 2016] [error] [client 66.249.79.237] File does not exist: /home/twoglobe/public_html/500.shtml

[sun Jun 26 07:28:26 2016] [alert] [client 66.249.79.237] /home/twoglobe/public_html/index.html/.htaccess: Invalid command '{\\rtf1\\ansi\\ansicpg1252\\cocoartf949\\cocoasubrtf540', perhaps misspelled or defined by a module not included in the server configuration

[sun Jun 26 07:28:26 2016] [error] [client 66.249.79.244] File does not exist: /home/twoglobe/public_html/404.shtml

[sun Jun 26 07:28:26 2016] [error] [client 66.249.79.244] File does not exist: /home/twoglobe/public_html/robots.txt

[sun Jun 26 07:11:53 2016] [error] [client 67.82.160.79] File does not exist: /home/twoglobe/public_html/500.shtml

[sun Jun 26 07:11:53 2016] [alert] [client 67.82.160.79] /home/twoglobe/public_html/index.html/.htaccess: Invalid command '{\\rtf1\\ansi\\ansicpg1252\\cocoartf949\\cocoasubrtf540', perhaps misspelled or defined by a module not included in the server configuration

 

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@******.heliohost.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

Posted

If your trying to create error pages for your site, you'll need to edit your .htaccess file to include the full path to your error pages like this:

 

 

ErrorDocument 403 http://your-site/error-page.shtml
ErrorDocument 404 http://your-site/error-page.shtml
ErrorDocument 500 http://your-site/error-page.shtml

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...