Page 1 of 2 1 2 LastLast
Results 1 to 15 of 17

Migrated to new server, and vbseo stopped working. Help

This is a discussion on Migrated to new server, and vbseo stopped working. Help within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Copied all my forum files to my new dedicated server installed zend optimizer I can hit the forum front, but ...

  1. #1
    eic
    eic is offline
    Junior Member
    Real Name
    Ikenna
    Join Date
    Jul 2007
    Posts
    6
    Liked
    0 times

    Unhappy Migrated to new server, and vbseo stopped working. Help

    1. Copied all my forum files to my new dedicated server
    2. installed zend optimizer
    3. I can hit the forum front, but the thread urls dont work. They 404.
    4. When i go the to the vbulletin panel and disable vbseo, the threads work - that is i can access them.
    Please can someone hop me get my forum working with vbseo again?

    Also I have tried going to http://www.vbseo.com/support/ to raise a ticket but i cant figure out what my username or password for it is.

    Please help!

  2. #2
    eic
    eic is offline
    Junior Member
    Real Name
    Ikenna
    Join Date
    Jul 2007
    Posts
    6
    Liked
    0 times
    anyone, please help!

  3. #3
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Have you uploaded your .htaccess?

    Also the new version of vbseo does not need zend optimizer.
    The Forum Hosting - Forum Hosting from the Forum Experts

  4. #4
    eic
    eic is offline
    Junior Member
    Real Name
    Ikenna
    Join Date
    Jul 2007
    Posts
    6
    Liked
    0 times
    Yes i have uploaded it.

    I am running vb3.0, which i think needs zend optimizer.

  5. #5
    eic
    eic is offline
    Junior Member
    Real Name
    Ikenna
    Join Date
    Jul 2007
    Posts
    6
    Liked
    0 times
    I've now had to disable vbseo to make the forum work. But i will need it back to make all my backlinks work.


    Here is my .htaccess

    # 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 %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1 [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]


    __________________________________________________ ___


    vbulletin is installed in my public_html/forums folder while wordpress is installed in my public_html folder . The .htaccess file for the wordpress install is

    ErrorDocument 404 /404.shtml
    Options All -Indexes

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

    # END WordPress


    The wordpress works finde, but vbseo on vbulletin doesnt.

  6. #6
    eic
    eic is offline
    Junior Member
    Real Name
    Ikenna
    Join Date
    Jul 2007
    Posts
    6
    Liked
    0 times
    If i reinstall vbseo, or install the new version- vbSEO 3.1, will it generate exactly the same links as before?

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    you should remove '#' from this line:
    #RewriteEngine On

  8. #8
    eic
    eic is offline
    Junior Member
    Real Name
    Ikenna
    Join Date
    Jul 2007
    Posts
    6
    Liked
    0 times
    Thanks Oleg for reminding me to take the # out. I had put it there to see if turning of rewrite could solve my problem. It didn't. Turning it on (by taking the hash out) also did not resolve my problem.

    I tried reinstalling vbseo, but that also did not solve my problem. When i finished reinstalling vbseo and tried to hit http://myforum/vbseocp.php, i got a 404

    It took many hours, but i finally found out what the problem was. When my files where copied over to the new server, for some reason the
    permissions on the vbseo files in my vbulletin forums directory changed to something like -rwxr--r-- . Reinstalling (even though i had deleted the previous files) also left the permssions as before. I had to change them to -rwxr-xr-x by running chmod 755 on the 3 vbseo files in my forum directory

    vbseocpform.php
    vbseocp.php
    vbseo.php


    That fixed it! Huge sigh of Relief!

    Big thanks to the vbseo team for support for quick response and help.

  9. #9
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    You are welcome!

  10. #10
    Member
    Real Name
    Filippo Lughi
    Join Date
    Jul 2007
    Posts
    33
    Liked
    0 times
    Hi,
    I get same problem.
    After the migration I forgot to upload .htaccess file.
    Now, if I add it I get an internal server error.

    Any help please ?

  11. #11
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Please try to uncomment this line in .htaccess:
    #RewriteBase /
    (replace "/" with your forums folder)

  12. #12
    Member
    Real Name
    Filippo Lughi
    Join Date
    Jul 2007
    Posts
    33
    Liked
    0 times
    RewriteBase forum

    Same problem :(

  13. #13
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    It should be:
    RewriteBase /forum/

    If it still doesn't work, please temporarily disable vBSEO and check with your host that new server supports mod_rewrite and rewrite rules are allowed in .htaccess.

  14. #14
    Member
    Real Name
    Filippo Lughi
    Join Date
    Jul 2007
    Posts
    33
    Liked
    0 times
    Same error.
    The server supports mod_rewrite.
    Do you think I could try to reinstall vbseo ?

  15. #15
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Please try this to check if mod_rewrite is working correctly: [How to] Check if mod_rewrite is working for my site

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Stopped working since upgrading to vbseo 3.1
    By caliman in forum Troubleshooting
    Replies: 2
    Last Post: 11-27-2007, 10:54 AM
  2. moved to a new server, stopped working
    By aviv_e in forum Troubleshooting
    Replies: 5
    Last Post: 08-26-2007, 07:22 AM
  3. Just stopped working???
    By Atheda in forum Troubleshooting
    Replies: 16
    Last Post: 03-01-2007, 11:57 PM
  4. stopped working
    By Sunflyer in forum Troubleshooting
    Replies: 5
    Last Post: 12-25-2006, 03:14 PM
  5. Replies: 1
    Last Post: 08-15-2006, 09:27 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
  •