Wpis z mikrobloga

@RobenPL: ok dzięki wielkie... a powiedz mi jak mam coś takiego:

RewriteCond %{THE_REQUEST} !^POST
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteCond %{SERVER_PORT}>s ^(443>(s)|[0-9]+>s)$
RewriteRule ^index\.php$ http%2://nazwastrony.pl/$1 [R=301,L]

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

to na końcu dodaję to

RewriteEngine On

RewriteCond %{HTTP_HOST} ^www.wildcard.nazwastrony.pl$ [NC]
RewriteRule ^(.*)$ [http://www.nazwastrony.pl](http://www.nazwastrony.pl)$1 [L,R=301]

RewriteCond %{HTTP_HOST} ^wildcard.nazwastrony.pl$ [NC]
RewriteRule ^(.*)$ [http://www.nazwastrony.pl](http://www.nazwastrony.pl)$1 [L,R=301]

Czy już bez tego 'RewriteEngine On'?
@RobenPL: Ok, przekierowywuje mi wildcard.nazwastrony.pl na www.nazwastrony.pl

Ale nie wiem czy tu nie chodziło o to żeby żadnych subdomen nie było.. bo np. jak wpisze www.ssssss.nazwastrony.pl to nie przekierowywuje
@RobenPL: czyli co, jak mam przekierowanie

RewriteCond %{HTTP_HOST} ^(.*).nazwastrony.pl$ [NC]
RewriteRule ^(.*)$ http://www.nazwastrony.pl$1 [L,R=301]

to stronę sss.nazwastrony.pl przekieruje na www.nazwastrony.pl
i potem www.nazwastrony.pl będzie przekierowywało na www.nazwastrony.pl... czyli taki for(;;) ??

Nie wiem, zawsze w nocy musze mieć takie #!$%@? problemy :D
@RobenPL: ok, mam tak jak poniżej i dalej jest ta pętla...

RewriteEngine On

RewriteCond %{THEREQUEST} !^POST
RewriteCond %{THE
REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteCond %{SERVERPORT}>s ^(443>(s)|[0-9]+>s)$
RewriteRule ^index\.php$ http%2://nazwastrony.pl/$1 [R=301,L]

RewriteCond %{HTTP
HOST} ^nazwastrony.pl(.*) [NC]
RewriteRule ^(.*)$ http://www.nazwastrony.pl/$1 [R=301,L]

RewriteCond %{HTTP_HOST} ^([a-z0-9A-Z]+).nazwastrony\.pl$ [NC]
RewriteRule ^(.*)$ http://nazwastrony.pl$1 [L,R=301]