• 15-11-2010, 13:41:34
    #1
    Platin üye
    Merhaba;
    mybb forum kullanıyorum sitem www lu hali ile mahkeme kararı ile kapatıldı
    www suz açtırmak istiyorum şuanda sitemin sahip olduğu htaccess kodları Alttaki gibi, bunun neresine ne ekleyerek www suz açılmasını sağlayabilirim.

    .htaccess
    # //seo_mod_start
    RewriteEngine On
    # Uncomment the following and add your forum path if rewrites arent working properly
    #RewriteBase /mybb/
    RewriteRule ^index.html$ index.php [L,NE]
    RewriteRule ^(.*)-t-([0-9]+).html(.*)$ showthread.php?tid=$2$3 [QSA,L]
    RewriteRule ^(.*)-t-([0-9]+)-([0-9]+).html$ showthread.php?tid=$2&page=$3 [QSA,L]
    RewriteRule ^(.*)-f-([0-9]+).html(.*)$ forumdisplay.php?fid=$2$3 [QSA,L]
    RewriteRule ^(.*)-f-([0-9]+)-([0-9]+).html(.*)$ forumdisplay.php?fid=$2&page=$3 [QSA,L]
    RewriteRule ^(.*)-f-([0-9]+)-([a-z]+)(-|-[a-z]+)-([0-9]+)-([0-9]+).html(.*)$ forumdisplay.php?fid=$2&sortby=$3&order=$4&datecut=$5&page=$6$7 [L]
    RewriteRule ^(.*)-a-([0-9]+).html$ announcements.php?aid=$2 [L]
    # //seo_mod_end
  • 20-11-2010, 21:18:48
    #2
    Platin üye
    mybb destek sitelerinede bu konuyu açdım hiç birinden olumlu bir cevap alamadım yokmu bu konuda bilgisi olan bir arkadaşımız.?