0
votes

I installed wordpress on the sub folder to cpanel and completed the work.

Now, i am moving the website to other cpanel on main domain. Everything is working fine on front end. But when i am trying to login to admin then i am getting error : ERROR 500 - INTERNAL SERVER ERROR

If i am trying to access the admin panel using wp-admin then it giving same error. but i tried with the wp-login.php and it shows login page but after adding correct login details it show error 500.

Thanks.

2
Try to delete .htaccess file. 500 Internal error occurs due to .htaccess file issues. - Milap
i tried but it's not working. - kamal deep
You need to log in your log fils to see what the error is. It's impossible to help you till you actually find out WHAT the internal error is. - Relequestual
yeah, checked. But found nothing in error log. - kamal deep
FIXED: Permission issue on wp-admin folder. Thanks guys for your help. - kamal deep

2 Answers

0
votes

Take care of few things:

  1. Make sure URL's in DB tables are pointing to your domain.
  2. ht-access is enabled.
  3. Check setting in config again.
0
votes

I wanted to add: activate debug in wp-config.php, in 90% of the cases it tells you what's going on.

define('WP_DEBUG', true);