Results 1 to 2 of 2

Wordpress and vBSEO

This is a discussion on Wordpress and vBSEO within the General Discussion forums, part of the vBulletin SEO Discussion category; Hi, I have Vbulletin and i have wordpress. My was here : Xxx.net My wordpress blog was here : http://www.xxx.xxx.net/blog ...

  1. #1
    Junior Member
    Real Name
    Ramses
    Join Date
    Jan 2008
    Posts
    5
    Liked
    0 times

    Question Wordpress and vBSEO

    Hi,

    I have Vbulletin and i have wordpress.

    My was here : Xxx.net

    My wordpress blog was here : http://www.xxx.xxx.net/blog

    When vBSEO is activate, i cann't write an article in wordpress, i have a blank page when i want to publish.

    If vbseo is deactivate, then i can write an article.

    My htacces is :

    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\.xxx-xxx\.net
    RewriteRule (.*) http://www.xxx-xxx.net/$1 [L,R=301]
    RewriteRule ^(.*)vbseo.php(.*)     /$1local_links$2
    
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|chat/|blog/)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|blog|cpstyles|chat|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    ErrorDocument 404 /vbseo.php
    Can you help me !

    Sorry for my bad english, i'm french

    MAny thank's for yor answer

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello Ramses,

    currently we have no vBSEO licenses assigned to your account. Please PM me your forums URL so that I can update your status.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. wordpress and vbseo in root folder?
    By chris06 in forum Troubleshooting
    Replies: 11
    Last Post: 07-17-2009, 05:50 AM
  2. Wordpress & vBseo
    By jarod1981® in forum Custom Rewrite Rules
    Replies: 2
    Last Post: 02-10-2009, 09:04 AM
  3. Wordpress interfering with VBSEO
    By mrcreditcard in forum Troubleshooting
    Replies: 7
    Last Post: 09-26-2008, 12:44 PM
  4. vb + vbSEo + Wordpress
    By Ky! in forum Deutsch
    Replies: 10
    Last Post: 07-04-2008, 10:56 AM
  5. vBSEO not playing nice with WordPress
    By Shpigford in forum Troubleshooting
    Replies: 7
    Last Post: 01-16-2008, 05:57 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
  •