Results 1 to 6 of 6

Wordpress htacess ile vbseo htaccess çakışması

This is a discussion on Wordpress htacess ile vbseo htaccess çakışması within the Türkçe forums, part of the General Discussion category; vbseo 3.5.2 ve wordpressi aynı dizinde kullanıyorum. Aşağıdaki htacess kodunu kullanıyorum ama çakışma devam ediyor. Açılan konuları da okudum hiç ...

  1. #1
    Junior Member
    Real Name
    Ebubekir ATALAY
    Join Date
    Oct 2010
    Posts
    4
    Liked
    0 times

    Wordpress htacess ile vbseo htaccess çakışması

    vbseo 3.5.2 ve wordpressi aynı dizinde kullanıyorum. Aşağıdaki htacess kodunu kullanıyorum ama çakışma devam ediyor. Açılan konuları da okudum hiç biri sorunuma çare olmadı. Yardımcı olursanız memnun olurum.

    PHP Code:
    # 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\.e-okul\.biz
    #RewriteRule (.*) http://www.e-okul.biz/forums/$1 [L,R=301]

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

    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemapcron/index)
    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]

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase 
    /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond 
    %{REQUEST_FILENAME} !-d
    RewriteRule 
    . /index.php [L]
    </
    IfModule>

    # END WordPress 

  2. #2
    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
    Wordpress ile vBSEO'yu aynı folder altında çalıştıramazsınız. vBulletin kurulumunuzu veya wordpress kurulumunuzu bir başka klasör altına almanız gerekiyor.
    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

  3. #3
    Junior Member
    Real Name
    Ebubekir ATALAY
    Join Date
    Oct 2010
    Posts
    4
    Liked
    0 times
    forumu klasöre alsam olur mu? Bir öncelik söz konusu değildir umarım.

  4. #4
    Junior Member
    Real Name
    Ebubekir ATALAY
    Join Date
    Oct 2010
    Posts
    4
    Liked
    0 times
    Aslında sorun şundan kaynaklanıyor. Zonitseo kullanırken wordpress ana sayfada portal olarak kullanıyordu. Forumu ise eokul.php dosya ismi ile kullanıyordum. Şimdi forumu klasöre alınca bütün indexler gidecek. Başka bir çözümü yok mu?

  5. #5
    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
    Iki adet mod_rewrite kullanan yazılımı aynı folder altında kullanamazsınız. Kullanmanın bir yöntemi var ama tavsiye etmiyorum kullanılmasını. Kullanmak için wordpress permalinklerini aşağıdaki gibi belirleyin

    Code:
    /%year%/%monthnum%/%day%/%postname%-blog/
    Wordpress .htaccess kodunu aşağıdakiyle değiştirin

    Code:
    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} [0-9]+/[0-9]+/[0-9]+/.+-blog/
    RewriteRule . index.php [L]
    ve vBSEO kurallarını hemen bunun altına ekleyin.
    Çıkabilecek her türlü sorun bizim tarafımızdan desteklenmeyecektir. Bunu unutmayın , standart olarak bizim tavsiyemiz farklı klasörler kullanmanız.
    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

  6. #6
    Junior Member
    Real Name
    Ebubekir ATALAY
    Join Date
    Oct 2010
    Posts
    4
    Liked
    0 times
    Teşekkür ederim.

Similar Threads

  1. Replies: 4
    Last Post: 08-16-2010, 03:52 PM
  2. Wordpress htaccess + vbseo htaccess
    By chris06 in forum URL Rewrite Settings
    Replies: 1
    Last Post: 11-01-2007, 11:56 AM
  3. htaccess for vb and wordpress
    By gdubs12345 in forum URL Rewrite Settings
    Replies: 3
    Last Post: 08-21-2007, 06:55 PM

Posting Permissions

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