• 22-12-2008, 02:25:41
    #1
    Üyeliği durduruldu
    arkadaslar vbseo 3.2.0 kurulum dosyasının içinden cıkan .htaccess içeriği aşağıdaki gibidir domaın.com yazan yere sitemızın adınımı yazacağız yoksa .htaccess 'i hiç ellemeden oldugu gibi ftp ye upload mı edeceğiz?





    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    #RewriteBase /
    
    #RewriteCond %{HTTP_HOST} !^[B]www\.yourdomain\.com[/B]
    #RewriteRule (.*) http://[B]www.yourdomain.com/forums[/B]/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
  • 22-12-2008, 02:29:01
    #2
    Üyeliği durduruldu
    ben bu sekılde yaptım domaın.com yazan yere site adını domaın.com/forums yazan yerede forum ana dizine kurulu oldugunu için forumsn.net/index.php olarak değiştim acaba bu sekıl doğrumu yoksa hiç değişiklik yapmayacakmıydım?

    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On

    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /index.php/)
    #RewriteBase /

    #RewriteCond %{HTTP_HOST} !^www\.forumsn\.net
    #RewriteRule (.*) http://www.forumsn.net/index.php/$1 [L,R=301]

    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
  • 31-12-2008, 04:40:59
    #3
    Değiştirdiğin satırlar zaten çalışmayan satırlar arkadaşım.
    Başında # işareti olan hiçbi satır çalışmıyor sadece açıklama yapmak için. O satırları silsende aynı şey. Forumunu zaten root a kurmuşsun herhangi bişi yapana gerek yokmuş.