We have a WordPress site, and used to have an SSL certificate. The site used to be all HTTPS, and now we don\'t need the SSL anymore so we let it expire.
We\'ve alre
The htaccess way is simple especially if you don't have access to admin area in WordPress.
Just paste this below RewriteCond %{HTTPS} on
RewriteRule (.*) HTTP://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]