Tekil Mesaj gösterimi
  #2 (permalink)  
Alt 13. Temmuz 2008, 16:57:26
antiseptic - ait Kullanıcı Resmi (Avatar)
antiseptic antiseptic isimli üye çevrimdışı
SEOkolik
 
Üyelik Tarihi: Mayıs 2008
Mesajlar: 202
Standart

htaccess dosyasında hata var öncelikle

kodun şöyle olmalı:

PHP- Kodu:
Rewrite Base /

RewriteEngine On

RewriteRule 
^(.*)-(.*)-(.*)-([0-9]*).htmlhaberoku.php?id=$[L,NC
tabi linkleri yazdırırken de veritabanından kategori isimleri de çekmen lazım veya çekiliyse de SEO fonksiyonundan geçirmen lazım

PHP- Kodu:
      function seoname($seoit) {
      
// $seoit = strip_tags($seoit);
      
$seoit str_replace('=',' ',$seoit);
      
$seoit str_replace('/',' ',$seoit);
      
$seoit str_replace('\\',' ',$seoit);
      
$seoit str_replace('@',' ',$seoit);
      
$seoit str_replace('~',' ',$seoit);
      
$seoit str_replace('!',' ',$seoit);
      
$seoit str_replace('£',' ',$seoit);
      
$seoit str_replace('$',' ',$seoit);
      
$seoit str_replace('%',' ',$seoit);
      
$seoit str_replace('^',' ',$seoit);
      
$seoit str_replace('*',' ',$seoit);
      
$seoit str_replace('_',' ',$seoit);
      
$seoit str_replace('{',' ',$seoit);
      
$seoit str_replace('}',' ',$seoit);
      
$seoit str_replace('[',' ',$seoit);
      
$seoit str_replace(']',' ',$seoit);
      
$seoit str_replace('-',' ',$seoit);
      
$seoit str_replace(' & ',' ',$seoit);
      
$seoit str_replace('"',' ',$seoit);
      
$seoit str_replace('.',' ',$seoit);
      
$seoit str_replace('\'',' ',$seoit);
      
$seoit str_replace(',',' ',$seoit);
      
$seoit str_replace(' ','-',$seoit);
      
$seoit str_replace(' ','-',$seoit);
      
$seoit str_replace(' ','-',$seoit);
      
$seoit str_replace(':','',$seoit);
      
$seoit str_replace('#','',$seoit);
      
$seoit str_replace('(','',$seoit);
      
$seoit str_replace(')','',$seoit);
      
$seoit str_replace('---','-',$seoit);
      
$seoit str_replace('--','-',$seoit);
      
$seoit strtolower($seoit);
      return 
$seoit;
      } 
veritabanından çekme olayı da senin scriptinle alakalı. o sayfanın kodunu / web adresini veririsen yardımcı olmaya çalışırız
Alıntı Yap ve Yanıtla