04-10-2012, 17:56
(Ten post był ostatnio modyfikowany: 04-10-2012, 19:01 przez camelrafal.)
próbuje też ustawiać zmienne
ale też nie działa
nie działa nawet CHAIN
zawsze otrzymuje komunikat
Moved Permanently
The document has moved here.
gdzie here to strona z ?wyslano=true (początkowa)
Kod:
RewriteCond %{QUERY_STRING} ^wyslano=true$
RewriteCond %{ENV:WYSLANO} !true
RewriteRule ^(.*)$ /$1 [R=301,QSD,E=WYSLANO:true]
RewriteCond %{ENV:WYSLANO} true
RewriteRule ^(.*)$ /$1?wyslano=true [L,E=!WYSLANO]
nie działa nawet CHAIN
Kod:
RewriteCond %{QUERY_STRING} ^wyslano=true$
RewriteRule ^(.*)$ /$1 [R=301,C]
RewriteRule ^(.*)$ /$1?wyslano=true [L]
zawsze otrzymuje komunikat
Moved Permanently
The document has moved here.
gdzie here to strona z ?wyslano=true (początkowa)