Results 1 to 7 of 7

vBSEO 3.2 Upgrade'den sonra .htacess sorunu?

This is a discussion on vBSEO 3.2 Upgrade'den sonra .htacess sorunu? within the Türkçe forums, part of the General Discussion category; Merhaba Arkadaþlar Öncelikle bildiðiniz gibi vBSEO takýmý vBSEO 3.2.0 gold'u çýkardý.Tüm forum alemine hayýrlý olsun dileklerimle... Sorunum þu vBSEO 3.1.0'dan ...

  1. #1
    Senior Member
    Real Name
    Hüseyin
    Join Date
    Jan 2008
    Location
    Turkey
    Posts
    122
    Liked
    0 times

    Question vBSEO 3.2 Upgrade'den sonra .htacess sorunu?

    Merhaba Arkadaşlar

    Öncelikle bildiğiniz gibi vBSEO takımı vBSEO 3.2.0 gold'u çıkardı.Tüm forum alemine hayırlı olsun dileklerimle...

    Sorunum şu

    vBSEO 3.1.0'dan 3.2.0'a sorunsuz upgrade ettim.Sanıyorum bu sürümde .htacess dosyasının içeriği değiştiği için onu değiştirmek gerekiyor..htacess dosyasını değiştirdiğimde forumda aşağıdaki gördüğünüz resimdeki hatayı alıyorum.Bu hata siteye normal şekilde erişmek istediğim zaman çıkıyor.



    İlginç olan şu ki eski .htacess dosyasını atınca sorun kalmıyor.


    Eski .htacess

    # 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
    RewriteCond %{QUERY_STRING} ref=
    RewriteRule .* http://www.bilgidenizi.net/? [L,R=301]
    RewriteRule ^[^/]+f([0-9]+)(p([0-9]+))?\.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$3 [L]
    RewriteRule ^[^/]+t([0-9]+)(p([0-9]+))?\.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$3 [L]
    # 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 %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]



    order allow,deny
    allow from all


    deny from 62.68.216.196
    deny from 75.126.24.188
    deny from 89.107.224.8
    deny from 85.105.200.167
    deny from 72.232.240.124
    deny from 64.92.172.146
    deny from 89.149.203.87
    deny from 72.232.240.122
    deny from 91.198.125.2
    deny from 67.228.115.242
    deny from 74.86.24.120
    deny from 72.9.226.237
    deny from 88.255.164.19
    deny from 77.41.104.29
    deny from 67.228.49.12


    <IfModule mod_suphp.c>
    suPHP_ConfigPath /home/bilgiden/public_html/
    <Files php.ini>
    order allow,deny
    deny from all
    </Files>
    </IfModule>
    Yeni htacess

    # 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
    RewriteCond %{QUERY_STRING} ref=
    RewriteRule .* http://www.bilgidenizi.net/? [L,R=301]
    RewriteRule ^[^/]+f([0-9]+)(p([0-9]+))?\.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$3 [L]
    RewriteRule ^[^/]+t([0-9]+)(p([0-9]+))?\.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$3 [L]

    # 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]


    order allow,deny
    allow from all


    deny from 62.68.216.196
    deny from 75.126.24.188
    deny from 89.107.224.8
    deny from 85.105.200.167
    deny from 72.232.240.124
    deny from 64.92.172.146
    deny from 89.149.203.87
    deny from 72.232.240.122
    deny from 91.198.125.2
    deny from 67.228.115.242
    deny from 74.86.24.120
    deny from 72.9.226.237
    deny from 88.255.164.19
    deny from 77.41.104.29
    deny from 67.228.49.12


    <IfModule mod_suphp.c>
    suPHP_ConfigPath /home/bilgiden/public_html/
    <Files php.ini>
    order allow,deny
    deny from all
    </Files>
    </IfModule>
    Dikkat ederseniz eskisindeki bazı kodları yeniye aktardım

    Şimdi ben eski htacess i kullansam sorun olur mu?

    Yoksa yeniyi mi kullanmalıyım?

    Yeniyi kullanmam gerekiyorsa bu hatayı nasıl giderebilirim?

    Teşekkürler

  2. #2
    Senior Member zbahadir's Avatar
    Real Name
    Zafer BAHADIR
    Join Date
    Jul 2007
    Location
    Trabzon
    Posts
    712
    Liked
    18 times
    Yeniyi kullanın ve eski dosyanızda düzenlediğiniz yerleri yenisinde de aynı şekilde düzenleyin.

  3. #3
    Senior Member
    Real Name
    Hüseyin
    Join Date
    Jan 2008
    Location
    Turkey
    Posts
    122
    Liked
    0 times
    Quote Originally Posted by zbahadir View Post
    Yeniyi kullanın ve eski dosyanızda düzenlediğiniz yerleri yenisinde de aynı şekilde düzenleyin.
    PHP Code:
     RewriteCond %{QUERY_STRINGref=
    RewriteRule .* http://www.bilgidenizi.net/? [L,R=301]
    RewriteRule ^[^/]+f([0-9]+)(p([0-9]+))?\.htmlvbseo.php?vbseourl=forumdisplay.php&f=$1&page=$[L]
    RewriteRule ^[^/]+t([0-9]+)(p([0-9]+))?\.htmlvbseo.php?vbseourl=showthread.php&t=$1&page=$[L]

    order allow,deny
    allow from all
     
     
    deny from 62.68.216.196
    deny from 75.126.24.188
    deny from 89.107.224.8
    deny from 85.105.200.167
    deny from 72.232.240.124
    deny from 64.92.172.146
    deny from 89.149.203.87
    deny from 72.232.240.122
    deny from 91.198.125.2
    deny from 67.228.115.242
    deny from 74.86.24.120
    deny from 72.9.226.237
    deny from 88.255.164.19
    deny from 77.41.104.29
    deny from 67.228.49.12
     
     
    <IfModule mod_suphp.c>
     
    suPHP_ConfigPath /home/bilgiden/public_html/
     <
    Files php.ini>
       
    order allow,deny
       deny from all
     
    </Files>
    </
    IfModule
    Eski kodları yukarıda verdim

    Dikkat ederseniz yeniye eski kodları eklediğim halde sorun çıkıyor

  4. #4
    Senior Member zbahadir's Avatar
    Real Name
    Zafer BAHADIR
    Join Date
    Jul 2007
    Location
    Trabzon
    Posts
    712
    Liked
    18 times
    Hangi bölümü eklediğinizde sorun çıkıyor ona göre yorum yapalım.

  5. #5
    Member
    Real Name
    Onur
    Join Date
    Feb 2008
    Posts
    42
    Liked
    0 times
    Bendede aynı sorun var www.sanalforum.biz yazınca anasayfa yerıne blog anasayfasına gıdıyor ve vbseo da kayıt yapamıyorum Mert Bey bırkac gundur yok galıba onu beklıyorum bende

  6. #6
    Senior Member
    Real Name
    Hüseyin
    Join Date
    Jan 2008
    Location
    Turkey
    Posts
    122
    Liked
    0 times
    Hangi bölümü eklediğinizde sorun çıkıyor ona göre yorum yapalım.
    Aşağıdaki kırmızıyla belirttiğim yerleri ekliyorum

    Ben şuan versiyon olarak vBulletin 3.6.10 Patch Level 3 ü kullanıyorum

    acaba eskini kullansam sorun olur mu?

    Ki şuan için eski htacess de sorun yok



    # 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
    RewriteCond %{QUERY_STRING} ref=
    RewriteRule .* Bilgi Denizi-Dalgalar?n Bilgiye Dönü?tü?ü Tek Deniz [L,R=301]
    RewriteRule ^[^/]+f([0-9]+)(p([0-9]+))?\.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$3 [L]
    RewriteRule ^[^/]+t([0-9]+)(p([0-9]+))?\.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$3 [L]


    # 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]


    order allow,deny
    allow from all


    deny from 62.68.216.196
    deny from 75.126.24.188
    deny from 89.107.224.8
    deny from 85.105.200.167
    deny from 72.232.240.124
    deny from 64.92.172.146
    deny from 89.149.203.87
    deny from 72.232.240.122
    deny from 91.198.125.2
    deny from 67.228.115.242
    deny from 74.86.24.120
    deny from 72.9.226.237
    deny from 88.255.164.19
    deny from 77.41.104.29
    deny from 67.228.49.12


    <IfModule mod_suphp.c>
    suPHP_ConfigPath /home/bilgiden/public_html/
    <Files php.ini>
    order allow,deny
    deny from all
    </Files>
    </IfModule>

  7. #7
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Code:
     RewriteCond %{QUERY_STRING} ref=
    RewriteRule .* http://www.bilgidenizi.net/? [L,R=301]
    satırınızda hata var. Bu kuralda eksiklik var. domain.com'u www.domain.com'a yönlendirmek konusunu dikkatli okuyup uygulayın.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

Similar Threads

  1. Replies: 28
    Last Post: 04-09-2009, 06:37 AM
  2. VbSeo kurduktan sonra yetkileri kısıtladı
    By JeaLouS in forum Türkçe
    Replies: 5
    Last Post: 03-15-2009, 05:19 AM
  3. Vbseo 3.2.0 Guncellemeden Sonra Hata
    By avsunforum.com in forum Türkçe
    Replies: 10
    Last Post: 09-27-2008, 09:18 AM
  4. Replies: 0
    Last Post: 06-02-2008, 02:50 PM
  5. Replies: 5
    Last Post: 02-22-2008, 11:17 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •