<?php exit; } ?>
header("Location: http://strona.pl".$_SERVER['REQUEST_URI']);
<?php exit; } ?>
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule .* http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteEngine On RewriteCond %{HTTP_HOST} ^www.domena.pl RewriteRule ^(.*)$ [url="http://domena.pl/$1"]http://domena.pl/$1[/url] [R=301,L] RewriteCond %{HTTPS} off RewriteRule ^(.*)$ http://%{SERVER_NAME}%{REQUEST_URI} [L,R=301]