0

The site has been just moved to a new host. Everything works as it is supposed, but when trying to log in as administrator, I am given the following error:

Internal Server Error

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

Please contact the server administrator, webmaster@localhost 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.

Any idea of what can be wrong? htcaccess file is renamed to htcaccess.txt

Johhny P
  • 153
  • 1
  • 2
  • 9

2 Answers2

1

If you follow everything in here you will find what you forgot.

Typically configuration.php is what is forgotten. In addition I strongly recommend Akeeba backup. Something to think about next time.

Tom
  • 2,584
  • 9
  • 54
  • 95
  • I have followed to tutorial, but still cannot get to the back-end. As try to log in, I am given the 500 server error. – Johhny P Mar 04 '13 at 08:55
  • @JohhnyP have you enabled php logging as Marko suggested? With a 500 error it has to be the server that's not communicating. Does `public $live_site` indicated the proper server in your `configuration.php` file? – Tom Mar 04 '13 at 17:02
  • Yes it does, but I have finaly found the problem. Thanks a lot. – Johhny P Mar 04 '13 at 17:12
0

I have finaly figured it out. The htaccess.txt was in the root directory. What I had to do is to rename the .htaccess file in administrtor folder.

Johhny P
  • 153
  • 1
  • 2
  • 9