RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^www.strona.pl$ RewriteRule ^(.*)$ http://strona.pl/$1 [R=301,L]
Dudus515