Guest Posted July 8, 2003 Share Posted July 8, 2003 Hi!, I have a problem with my store, when I change or add products, or press some buttons (when change the user information), I get the this page cannot be displayed.. on IE 6, I make this test on Netscape 4.7 and works fine. I have a Verisign SSL certificate, and this a random problem. I notice this, when I use SSL. Any Idea? Please Help.... Edwin Link to comment Share on other sites More sharing options...
Daemonj Posted July 8, 2003 Share Posted July 8, 2003 Add the following is in the .htaccess file in your public_html folder and let me know if that does not help: <IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> On another note, IE has always had problems with SSL pages. "Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein Link to comment Share on other sites More sharing options...
Guest Posted July 8, 2003 Share Posted July 8, 2003 You are a genius! I make test this morning, and works with no problem! Thanks again! Edwin Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.