Hi,
Yesterday I discovered that no one could login to my store and it flagged up the security warning also no one could create an account.
After 5 hours of trying to find the cause I managed to get it to work by editing the root .htaccess file removing the following lines ..
<IfModule mod_setenvif.c>
<IfDefine SSL>
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
</IfDefine>
</IfModule>
Can any one explain what this code does? I may have seemed to have solved it but I'm concerned that that I haven't really discovered the root cause of it.
Many thanks.
Jeff


Reply With Quote
