So my question is what redirect do I use to at lest let Google search engines know to change my indexed url back to a http.
Currently I have the following at the bottom of my .htaccess file.
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteCond %{SERVER_PORT} ^443$ [OR]
RewriteCond %{HTTPS} =on
RewriteRule ^(.*)$ http://www.knowingthebible.net/$1 [R=301,L]