Results 1 to 2 of 2

After Moving To VPS VB SEO is not working any more

This is a discussion on After Moving To VPS VB SEO is not working any more within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello All, afte moving a site from shared web server to VPS server VBSeo just dead no fourm links or ...

  1. #1
    Junior Member
    Real Name
    Moath
    Join Date
    May 2009
    Posts
    1
    Liked
    0 times

    After Moving To VPS VB SEO is not working any more

    Hello All,

    afte moving a site from shared web server to VPS server

    VBSeo just dead no fourm links or thread working (it's work fine whwn disable it)

    we read that we've to move ".htacess rewrite file" into httpd.conf

    this is our".htaaxess"

    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\.******\.com$
    RewriteRule ^(.*)$ http://******.com/$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]
    
    RewriteEngine On
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    And When we moving it to httpd.con and removing httaacess and restart appache

    Code:
    <Directory /home/******/public_html/forums/>
    # 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\.******\.com$
    RewriteRule ^(.*)$ http://******.com/$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]
    </Directory>
    So we need to know why it's dosen't work,
    and if an expert coulld provide us with the right code
    and the exact place to put it that will be really great
    that'll be great.

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

    we have no license assigned to your account, please PM me your forums URL so that I can correct that.

Similar Threads

  1. Moving a site: How to do it?
    By NedY in forum General Discussion
    Replies: 3
    Last Post: 05-13-2009, 04:23 PM
  2. moving navbar?
    By wmlvb in forum Template Modifications
    Replies: 5
    Last Post: 11-23-2008, 02:43 PM
  3. Moving to VPS SQL database help please!
    By sportsmedjosh in forum Off-Topic & Chit Chat
    Replies: 2
    Last Post: 05-13-2007, 04:37 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
  •