Hi again!
Okay, the only solution is to force ssl for the entire site. This may work; however, the hosts code is the following:RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://example.com/$1 [R=301,L]
This is the code that was on the original htaccess file before WA assistance.
How would I make this happen without disturbing the WA code?
Thank you again!!