Thanks for your reply!
My htaccess is set to 644 – is that the right permission setting?
Also I followed the instructions you sent and changed the line that says:
require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );
to:
require( dirname( __FILE__ ) . ‘/wordpress/wp-blog-header.php’ );
(adding the “wordpress” directory..)
but now i got a “500 server error – The website encountered an error while retrieving https://mywebsite/blog/. It may be down for maintenance or configured incorrectly.” Which is slight diffrent from the “500 internal server error” I was getting earlier.
PLS Help!