• 07-02-2010, 17:58:37
    #1
    Üyeliği durduruldu
    Merhaba lisanslı vbseo aldım fakat bir türlü ayarlamasını yapamadım özellikle istediğim www.alandi.com acılınca benim yaptığım index.html acılsın istiyorum fakat direk index.php açılıyor ben index.php ismini değişince vbseo çalımıyor ne yapmam gerekiyor.
  • 07-02-2010, 18:01:10
    #2
    Sanırım R10.netteki gibi yapmak istiyorsunuz. yanılmıyorsam bunun için htaccess dasyanızda bir ayarlama yapmanız gerekiyordu..
  • 07-02-2010, 18:13:50
    #3
    Üyeliği durduruldu
    _Kaos_ adlı üyeden alıntı: mesajı görüntüle
    Sanırım R10.netteki gibi yapmak istiyorsunuz. yanılmıyorsam bunun için htaccess dasyanızda bir ayarlama yapmanız gerekiyordu..

    Mesela ne yapabilirim yardımcı olurmusunuz.
  • 07-02-2010, 18:21:08
    #4
    Biraz arama ile buldum.
    Aşağıdaki kısmı htaccess dosyanızın ilk satırına ekleyin.

    Alıntı
    DirectoryIndex index.html index.php index.htm
  • 07-02-2010, 18:23:27
    #5
    Üyeliği durduruldu
    Yok olmadı
  • 07-02-2010, 18:27:56
    #6
    Sadece bu ÅŸekilde deneyin birde

    Alıntı
    DirectoryIndex index.html
  • 07-02-2010, 18:30:58
    #7
    Üyeliği durduruldu
    DirectoryIndex index.html
    # 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} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$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]



    bu ÅŸekilde demi
  • 07-02-2010, 18:32:56
    #8
    Evet bu şekilde olması gerekiyor..
  • 07-02-2010, 18:41:14
    #9
    Üyeliği durduruldu
    Yine olmadı index.html görmüyor direk index.php görüyor hala.


    https://www.r10.net/vbulletin/261342-...a-olmuyor.html