switch to different language in wordpress, admin login:Error 500 – Internal server error

Create .htaccess file in your wordpress root folder,
and add these line/code:

Options All -Indexes

AddType x-mapp-php5 .php

AddHandler x-mapp-php5 .php

You may also like...