Solution:
There’s a lot of problems that can give http error 500, have you tried these options?
- Check directory permissions, make sure wordpress, wp-content, wp-admin, wp-includes are 755.
- Try the solutions shown HERE.
- Add these lines in your .htaccess:
AddType x-mapp-php5 .php AddHandler x-mapp-php5 .php
- Add these lines in your .htaccess:
- Increase php memory limit in your php.ini file.
- If it didn’t work yet check your .htaccess again, make sure everything is right.
- Add logs and your .htaccess file your question.