Fonksiyon :
PHP:
function pageurl($734,$---Php Framework,$pageno) else return $pageurl; }
htaccess :
Kod:
RewriteRule ^oyunlar/([0-9]+)/([_A-Za-z0-9-]+)/Sayfa-([0-9]+).html browse.php?gCat=$1&page=$3 [L]
Link Orneği:
Kod:
http://www.xxx.com/oyunlar/13/Diger-Oyunlar/Sayfa-2.html
Değerleride boyle cekiyorum :
PHP:
if (isset ($_GET["gCat"])) else //İşlemler... }
Buradan kategori değeri olarak 13 donerken sayfa değeri olarakta 1 donuyor :S
Edit:
Yada http://www.xxx.com/kat-1-2-Macera-Oyunlari.html bu linki htaccesste nasıl ayarlayabiliriz?
Nedense boyle olmuyor? :S
RewriteRule ^kat-([0-9]+)-([0-9]+)-([_A-Za-z0-9-]+).html browse.php?gCat=$1&gPage=$2 [L]
Seo Sorunu
PHP & PHP Framework0 Mesaj
●1 Görüntüleme