RewriteEngine OnRewriteRule ^([a-z]+)/([0-9]+)/$ index.php?category=$1&productid=$2
RewriteEngine OnRewriteCond %{QUERY_STRING} ^([\s\S]+)$RewriteRule ^([a-z]+)/([0-9]+)/$ index.php?category=$1&productid=$2%1 [L]RewriteRule ^([a-z]+)/([0-9]+)/$ index.php?category=$1&productid=$2
header("Location: http://www.jakasstrona.pl"); // tzw. przekierowanie "302"
header("HTTP/1.1 301 Moved Permanently");header("Location: http://www.jakasstrona.pl"); // tzw. przekierowanie "301"
$nowy_adres = "Location: http://www.jakasstrona.pl";$nowy_adres .= isset($_GET["gclid"]) ? "?" . http_build_query(array("gclid" => $_GET["gclid"])) : "";header("Location: $nowy_adres"); // To samo można zrobić naturalnie z przekierowaniem typu 301
window.location = "http://www.jakasstrona.pl";
function gup( name ){name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");var regexS = "[\\?&]"+name+"=([^&#]*)";var regex = new RegExp( regexS );var results = regex.exec( window.location.href );if( results == null )return "";elsereturn results[1];}
var url = "http://www.jakasstrona.pl";url += gup("gclid") ? "?gclid=" + gup("gclid") : "";window.location = url;
Dzięki za rozwiązanie tego problemu. Zaktualizujcie tez helpa w tej kwestii.
Prześlij komentarz
1 komentarz :
Dzięki za rozwiązanie tego problemu. Zaktualizujcie tez helpa w tej kwestii.
Prześlij komentarz