Results 1 to 4 of 4

Changed Server, Threads work, Forums Do NOT?

This is a discussion on Changed Server, Threads work, Forums Do NOT? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi, My site was working fine, until I moved the site to a new server (same setup centos / cpanel) ...

  1. #1
    Junior Member
    Real Name
    Scott Oconnell
    Join Date
    Apr 2007
    Posts
    19
    Liked
    0 times

    Changed Server, Threads work, Forums Do NOT?

    Hi,

    My site was working fine, until I moved the site to a new server (same setup centos / cpanel)
    Now the Threads work but the Forums dont.

    I have upgraded & reset vbseo to default, but still the same issue?

    *Note: I have disabled vbseo for the moment, so the forums are working.

    e.g.

    Free To Air - FTA Files - FTA Satellite - FTA Keys - FTA Forums = working
    PureFTA.com - Free To Air - FTA Files - FTA Satellite - FTA Keys - FTA Forums = not working
    PureFTA Updates & Announcements = not working
    PureFTA.com Gets An Upgrade! = working.

    /public_html/.htaccess

    Code:
    RewriteEngine on
    RewriteCond %{HTTP_HOST} !^www.purefta.com$
    RewriteRule ^(.*)$ http://www.purefta.com/$1 [R=301]

    /public_html/forum/.htaccess
    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\.purefta\.com
    RewriteRule (.*) http://www.purefta.com/forum/$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|api\.php)
    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]

  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,111
    Liked
    622 times
    Blog Entries
    4
    First thing ,

    vBSEO is still functional on your forum
    Satellite TV Listings is loading correct for me
    same as Google Channel List for FTA receivers:
    These are lal vBSEO'd urls.
    Whenever you need to disable vBSEO , you need to disable it within vBSEO CP

    Please enable vBSEO so we can check what is the exact issue you are facing
    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
    Scott Oconnell
    Join Date
    Apr 2007
    Posts
    19
    Liked
    0 times
    I have re-enabled vbseo.
    Thanks

  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,111
    Liked
    622 times
    Blog Entries
    4
    Please make sure your php memory_limit is set to 32MB or a higher value
    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. vBulletin 4.x problems when I changed server
    By Sunflyer in forum Troubleshooting
    Replies: 18
    Last Post: 10-17-2010, 03:25 PM
  2. Changed site URL – Forums Down
    By US FCR Alliance in forum Troubleshooting
    Replies: 2
    Last Post: 10-26-2009, 01:13 PM
  3. Replies: 2
    Last Post: 01-22-2007, 03:17 PM
  4. Changed the name of one of my forums
    By creativepart in forum URL Rewrite Settings
    Replies: 6
    Last Post: 09-29-2006, 08:54 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
  •