HairSpray
Junior Member
- Nov 21, 2008
- 118
- 25
So basically this is what I was doing
domain.com (PHP Redirect - Notice I put SSL)
This is the content of domain.com/folder/file.php
I put the referrer checking site as a test.
IE6, IE7 and Firefox 3 are loading my page fine with this setup. But IE8, as shitty as hell, never loaded the page, it shows the "navigation to the webpage has been cancelled".. but ironically, when I remove the SSL and change https to http in the address bar, the page loads fine.
Any idea why IE8 is acting lyk this shit? I just realised this and God it hurts conversion ratio of IE8 users obviously. Any codes that will work with IE8?
Thanks. Answers will be thanked or repped!
domain.com (PHP Redirect - Notice I put SSL)
Code:
<?php
header( 'Location: http[COLOR="Red"]s[/COLOR]://www.domain.com/folder/file.php' ) ;
?>
This is the content of domain.com/folder/file.php
Code:
-CODE REMOVED-
IE8 got me, hate if all other browsers got me too :p
I put the referrer checking site as a test.
IE6, IE7 and Firefox 3 are loading my page fine with this setup. But IE8, as shitty as hell, never loaded the page, it shows the "navigation to the webpage has been cancelled".. but ironically, when I remove the SSL and change https to http in the address bar, the page loads fine.
Any idea why IE8 is acting lyk this shit? I just realised this and God it hurts conversion ratio of IE8 users obviously. Any codes that will work with IE8?
Thanks. Answers will be thanked or repped!
Last edited: