A landing page redirect módszered választottam, és tökéletesen működött, ahogy bizonyára a többi is

Nagy segítség volt, hálás vagyok

K


<SCRIPT LANGUAGE="JavaScript"> if (location.protocol != 'https:'){ window.location= 'https://' + location.host + location.pathname + location.search } </SCRIPT>
<?php if ($_SERVER['SERVER_PORT']!=443) { $url = "https://".$_SERVER['SERVER_NAME'].443".$_SERVER['REQUEST_URI']; header("Location: $url"); } ?>
RewriteLog c:\iirftemp\iirfLog_0.out RewriteLogLevel 0 MaxMatchCount 10 RewriteCond %{SERVER_PORT} ^80$ RewriteRule ^/(.*)$ https://%{SERVER_NAME}/$1 [R=301,I]
Leave a comment: