I need some help to write a htaccess rule to force my newsletter subscribe button to go http and no https.
Example below is the code which gets called looking at the html code.
<form id="formNewLestter" method="post" action="https://www.example.com/index.php?route=module/newsletter/subscribe">
I need this to be forced to http as I am having issues with the reply when page is http whilst this is https.