Thread Starter
banyo
(@banyo)
Hey Ross,
apologies for my late reply.
Internal server error was apparently due to a caching error. Your plugin did not change anything on the site as you said.
Resolved the issue by adding
RewriteCond %{ENV:HTTPS} !on [NC]
RewriteRule ^(.*)$ https://www.yoursite.com/$1 [R=301,L]
to the .htaccess and removing any modifications from the wp-config.
https://www.whynopadlock.com/ the was very useful to dtect any insecure content.
Cheers,
Banyo
So, where did you run to if I may ask?