Results 1 to 14 of 14

301 moved permanently problem.

This is a discussion on 301 moved permanently problem. within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; Okay, host has changed a few setting including updating to php5 and the latest zend. Since then my forum backed ...

  1. #1
    K4L
    K4L is offline
    Member
    Real Name
    kyokushin
    Join Date
    May 2007
    Posts
    36
    Liked
    0 times
    Blog Entries
    1

    301 moved permanently problem.

    Okay, host has changed a few setting including updating to php5 and the latest zend. Since then my forum backed up and whenever I click on new posts like
    /forums/blah/3029-blah-blah-new-post.html
    I get "
    Moved Permanently

    The document has moved here.
    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request."



    When I tri to post a new thread / post I get this as well. Please help.



    Links(older) that are like
    /forums/blah/3029-blah-blah.html
    are working.

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Did you upload .htaccess ? and make sure that you have mod_rewrite enabled.
    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
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    please check that "Add standard http headers" setting in vB admincp options is disabled.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  4. #4
    K4L
    K4L is offline
    Member
    Real Name
    kyokushin
    Join Date
    May 2007
    Posts
    36
    Liked
    0 times
    Blog Entries
    1
    I installed Wiki, and the new directory has a .htaccess file.

    Is this related? before upgrading to this new zendo & php5 the forum was functionning fine.(I have uploaded the .htaccess for vbseo a long time when I set up vbseo)

  5. #5
    K4L
    K4L is offline
    Member
    Real Name
    kyokushin
    Join Date
    May 2007
    Posts
    36
    Liked
    0 times
    Blog Entries
    1
    Oleg is that option the standard admincp options or in vBseo CP?

  6. #6
    K4L
    K4L is offline
    Member
    Real Name
    kyokushin
    Join Date
    May 2007
    Posts
    36
    Liked
    0 times
    Blog Entries
    1
    I found it. It's set to "No"..... disabled..

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Try to set it to "yes", save, and then set it back to "no".
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  8. #8
    K4L
    K4L is offline
    Member
    Real Name
    kyokushin
    Join Date
    May 2007
    Posts
    36
    Liked
    0 times
    Blog Entries
    1
    I tried what you said but turning it back off didnt work

    thank you for your help tho!

    FYI,
    Moved Permanently

    The document has moved here.
    HERE is still the same URL, and the url without new-post works..

  9. #9
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Could you please provide admincp access via support ticket?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  10. #10
    Junior Member
    Real Name
    Jo Spencer
    Join Date
    Sep 2006
    Posts
    2
    Liked
    0 times
    I am pretty much having the same problem - and I rebuilt my search index with "Include automatic JavaScript redirect to next page?" on. I tried everything you suggested above but I also just installed vbWiki - the .htaccess is set to mod_rewrite on. Here is a picture of the error:



    And 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]

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

    please try the latest vBSEO build (PM sent).
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  12. #12
    Junior Member
    Real Name
    Jo Spencer
    Join Date
    Sep 2006
    Posts
    2
    Liked
    0 times
    I currently use CSEO Gold 3.0.0. Is there a newer version?

  13. #13
    Junior Member
    Real Name
    Karsh
    Join Date
    Jul 2007
    Posts
    1
    Liked
    0 times
    I'm also having this problem, it started after I changed option "301 Redirect Original Content" to No :(

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

    you are not showing as vBSEO Owner, please PM me your order details so that I can correct that.
    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. 301 OK vs. 301 Permanently Moved?
    By Citricguy in forum Bug Reporting
    Replies: 2
    Last Post: 02-01-2007, 02:33 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
  •