Results 1 to 4 of 4

HELP - Links all broken after server move

This is a discussion on HELP - Links all broken after server move within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Just moved from a windows server to a linux and all my links are broken. I have had to turn ...

  1. #1
    Member
    Real Name
    JB
    Join Date
    Oct 2007
    Posts
    70
    Liked
    1 times

    HELP - Links all broken after server move

    Just moved from a windows server to a linux and all my links are broken. I have had to turn VBSEO off to get the forum working. Can anyone help. Thanks

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    Hello JB,

    Have you uploaded the new .htaccess file? Are you on apache?
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Member
    Real Name
    JB
    Join Date
    Oct 2007
    Posts
    70
    Liked
    1 times
    I do have an .htaccess the content is shown below. Mod rewrite works as per line 2 of .htaccess My forum resides in www,mysite.co.uk/forum

    What is Apache :embarrassed:

    RewriteEngine on
    RewriteRule testpage\.html http://www.google.com [R]
    RewriteBase /forum/
    RewriteCond %{HTTP_HOST} .*www.mysite.co.uk
    RewriteRule ^/forum/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /forumsvbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    RewriteCond %{HTTP_HOST} .*www.mysite.co.uk
    RewriteCond %{REQUEST_URI} !/forum/(admincp/|modcp/|cron)
    RewriteRule ^/forum/((archive/)?(.*\.php(/.*)?)?)$ /forum/vbseo.php [L,QSA]

    RewriteCond %{HTTP_HOST} .*www.mysite.co.uk
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^/forum/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^/forum/(.+)$ /forum/vbseo.php [L,QSA]

  4. #4
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    Please try to upload the default .htaccess file.
    The Forum Hosting - Forum Hosting from the Forum Experts

Similar Threads

  1. Broken after server move - fairly URGENT
    By NickR in forum Troubleshooting
    Replies: 3
    Last Post: 06-04-2009, 05:52 AM
  2. Site broken after server move
    By Johnny Utah in forum Troubleshooting
    Replies: 2
    Last Post: 08-25-2008, 11:49 PM
  3. Move database to new server
    By leeko in forum General Discussion
    Replies: 5
    Last Post: 09-06-2007, 08:00 PM
  4. Server Move
    By gedsta in forum General Discussion
    Replies: 3
    Last Post: 01-21-2007, 01:44 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
  •