Results 1 to 4 of 4

Wordpress ve Vbseo

This is a discussion on Wordpress ve Vbseo within the Türkçe forums, part of the General Discussion category; Wordpress ve vbseo yu ayný domainde kullanmak istediðimde htaccess çakýþmasý yþaýyorum. wordpress dizin: www.site.com forum dizini: www.site.com/forum vbseo nun htacceesini ...

  1. #1
    Junior Member danMarquer's Avatar
    Real Name
    Kadir
    Join Date
    Oct 2008
    Location
    Vienna
    Posts
    2
    Liked
    0 times

    Wordpress ve Vbseo

    Wordpress ve vbseo yu aynı domainde kullanmak istediğimde htaccess çakışması yşaıyorum.

    wordpress dizin: www.site.com
    forum dizini: www.site.com/forum

    vbseo nun htacceesini forum klasörüne attığımda sayfa açılmıyor.

    Kodları wordpressin kodları içerine eklediğimde ise forumdaki konuya tıkladığımda wordprese yönleniyor.

    wordpress htaccessi:

    Code:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    
    </IfModule>
    
    # END WordPress
    vbseo htaccessi;

    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\.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|vbseo_sitemap)
    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]

    iki kodları tek htaccesste iki sistemde çalışacak şekilde nasıl yapabilirim.

    Teşekkürler.

  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
    RewriteBase i vBSEO .htaccess dosyasında aktif hale getirmelisiniz.
    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 danMarquer's Avatar
    Real Name
    Kadir
    Join Date
    Oct 2008
    Location
    Vienna
    Posts
    2
    Liked
    0 times
    getiriyorum fakat bu kezde sayfa açmıyor.

    alttaki kısmı düzenleyip aktiflediğimde ise sayfa sonsuz bir döngüye girdi diyor.

    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

    Edit:

    düzeldi cevap için teşekkürler küçük bir hata yapmışım.

  4. #4
    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:
    # 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 /forums/
    
    #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|vbseo_sitemap)
    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]
    Yukarıdakini kullanıcaksını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

Similar Threads

  1. Wordpress and vBSEO
    By Ramses2 in forum General Discussion
    Replies: 1
    Last Post: 03-07-2009, 05:03 AM
  2. Wordpress & vBseo
    By jarod1981® in forum Custom Rewrite Rules
    Replies: 2
    Last Post: 02-10-2009, 08:04 AM
  3. Wordpress interfering with VBSEO
    By mrcreditcard in forum Troubleshooting
    Replies: 7
    Last Post: 09-26-2008, 11:44 AM
  4. vb + vbSEo + Wordpress
    By Ky! in forum Deutsch
    Replies: 10
    Last Post: 07-04-2008, 09:56 AM
  5. Wordpress/Vbulletin Bridge & VBSEO
    By Troy McDonald in forum General Discussion
    Replies: 0
    Last Post: 01-22-2007, 06:32 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
  •