You are granted access to the error logs of the website when you connect through an SSH connection. These logs contain error messages that can be used to help troubleshoot the website.

Follow the steps below to perform error check of your account:-

1) Log into your Dedicated server Hosting via Secure Shell.

2) Change into the logs folder using the following command: cd logs

3) To view the last 20 lines of the error log file use the following command:

tail domain.com_error_log_date

domain name:enter your domain name

date:enter the date

4) To view the log file in real time use the following command:

tail -f domain.com_error_log_date

domain.com:enter your domain name

date:enter the date

The above steps will display the contents of the error logs. You should be able to review this information to determine the nature of the error you are receiving.

[Post to Twitter] Tweet This

Leave a Reply