I also got an Internal Server Error. And, I tried many things like you did: .htaccess, plugins, themes, etc. Without success.
Eventually I contacted the hosting provider to see the server error log. And, the message was “PHP Fatal error: Allowed memory size of 41943040 bytes exhausted …”
The problem was solved by adding a line to the wp-config.php file:
define(‘WP_MEMORY_LIMIT’, ’64M’);
Perhaps you have the same problem. Otherwise, you need to contact the web host.