• 20-11-2007, 19:52:36
    #1
    daha önce de konu açmıştım sunucu değiştirdim yeni vps aldım vps e geçtikten sonra zoints tags bir türlü çalışmadı fakat zoints seo sorunsuz çalışıyor. sanırım vps de birseyler eksik. zoints tags ın çalışması için sunucu da nelerin kurulu olması gerekir acaba tek tek yazabilirmisiniz
  • 20-11-2007, 20:26:43
    #2
    htaccess'i veya klasör chmodlarını bir kontrol edermisin?
  • 20-11-2007, 20:47:01
    #3
    htacces eski sunucuda kullandığım htaccess aynısı yani. cmhodlarda hangi klasörler kaç cmhod olcak yazarsan sewinirim ona göre kontrol edeyim
  • 20-11-2007, 20:57:35
    #4
    Platin üye
    Ekstra olarak hiç bir şey gerekli değil.Sunucun mod_rewrite ve php destekliyor olsun yeter Zointseo kullandıgına göre onlarda mevcut sanırım.
  • 20-11-2007, 21:00:11
    #5
    ftp de tags dosyasının cmhod değerleri normal. sunucuda zaten mod_rewrite den şüphe ettim defalarda kontrol ettim başkalarına da kontrol ettirdim bir sorun yok. php ztn destekliyor mod_rewrite de bir sorun gözükmüyor ama buna rağmen taglar çalışmıyor http://www.duyguforum.com/tags
  • 20-11-2007, 21:14:07
    #6
    eklentiyi yenile bakalım bi.
  • 20-11-2007, 21:17:34
    #7
    yeniledim komple sildim herseyiyle sonra tekrar kurdum 0 bir sekilde fakat yine aynı hatayı veriyor
  • 20-11-2007, 21:28:00
    #8
    host paneline gir ordan dosya yönetiminden htaccess i editlemeye çalış
  • 20-11-2007, 21:31:30
    #9
    ana dizindeki .htaccess i mi editliyim ? şu anda ana dizinde bulunan htaccess bu

    RewriteEngine On
    RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
    RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
    RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
    RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]
    RewriteRule ^(.*)/(styleid=(.*))$ showthread.php?&%{QUERY_STRING} [L]
    RewriteRule ^(.*)/(showthread\.php)$ showthread.php?&%{QUERY_STRING} [L]
    RewriteRule ^(.*)/t-(.*)-(.*)-new.html showthread.php?t=$3&goto=newpost&%{QUERY_STRING} [L]
    RewriteRule ^(.*)/t-(.*)-(.*)-last.html showthread.php?t=$3&goto=lastpost&%{QUERY_STRING} [L]
    RewriteRule ^(.*)/t-(.*)-(.*)-print.html/(.*)$ printthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
    RewriteRule ^(.*)/t-(.*)-(.*)-print.html printthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
    RewriteRule ^(.*)/t-(.*)-(.*)-nextnewest.html showthread.php?t=$3&goto=nextnewest&is_vrewrite=yes&%{QUERY_STRING} [L]
    RewriteRule ^(.*)/t-(.*)-(.*)-nextoldest.html showthread.php?t=$3&goto=nextoldest&is_vrewrite=yes&%{QUERY_STRING} [L]
    RewriteRule ^p-(.*)-post(.*)/postcount(.*).html showpost.php?p=$2&postcount=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
    RewriteRule ^(.*)/t-(.*)-(.*)-page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
    RewriteRule ^(.*)/t-(.*)-(.*)/page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
    RewriteRule ^(.*)/t-(.*)-(.*).html/(.*)$ showthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
    RewriteRule ^(.*)/t-(.*)-(.*).html showthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
    RewriteRule ^f-(.*)-(.*)/misc\.php$ misc.php?&%{QUERY_STRING}&is_vrewrite=yes&%{QUERY_STRING} [L]
    RewriteRule ^members/(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
    RewriteRule ^u-(.*)-(.*).html(.*) member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING}$3 [L]
    RewriteRule ^u-(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
    RewriteRule ^f-(.*)-(.*)/page(.*).html/(.*)$ forumdisplay.php?f=$2&&page=$3%{QUERY_STRING}&is_vrewrite=yes [L]
    RewriteRule ^f-(.*)-(.*)/(.*)$ forumdisplay.php?f=$2&&%{QUERY_STRING}&is_vrewrite=yes [L]
    RewriteRule ^f-(.*)-(.*)/$ forumdisplay.php?f=$2&%{QUERY_STRING}&is_vrewrite=yes [L]
    RewriteRule ^search-(.*).html$ search.php?do=$1 [L]
    RewriteRule ^([a-z0-9_-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?.html)$ forumdisplay.php/$1 [QSA,L]
    RewriteRule ^([a-z0-9_-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?.html)$ showthread.php/$1 [QSA,L]
    RewriteCond %{REQUEST_URI} !(index.php|.css) [NC]
    RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]
    ne sekilde yapayım bunu acaba