Can’t login on WordPress

Solution: 

There’s a lot of problems that can give http error 500, have you tried these options?

  1. Check directory permissions, make sure wordpress, wp-content, wp-admin, wp-includes are 755.
  2. Try the solutions shown HERE.
    • Add these lines in your .htaccess:
      AddType x-mapp-php5 .php
      AddHandler x-mapp-php5 .php
      
  3. Increase php memory limit in your php.ini file.
  4. If it didn’t work yet check your .htaccess again, make sure everything is right.
  5. Add logs and your .htaccess file your question.