Results 1 to 5 of 5

Url problem before upgrade

This is a discussion on Url problem before upgrade within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi there I was just looking into my upgrade and earlier made some changes to my forums, so that the ...

  1. #1
    Member
    Real Name
    no
    Join Date
    Mar 2007
    Posts
    47
    Liked
    0 times

    Url problem before upgrade

    Hi there

    I was just looking into my upgrade and earlier made some changes to my forums, so that the url 301s to the www version of my forums, currently in my downloads section my forum url is set to

    http://worldofchat.co.uk/Forum

    But when i goto that url it gives me a 404 error, unless i put a slash on the end ? i thought my 301 re-directs would resolve this, any ideas what ive missed ? also would i need to alter this before my upgrade and how do i do that ?

    Woc

  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,100
    Liked
    622 times
    Blog Entries
    4
    Hello ,

    What is your .htaccess content ?
    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
    Member
    Real Name
    no
    Join Date
    Mar 2007
    Posts
    47
    Liked
    0 times
    Hi there

    # 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} !^Free online chat rooms with webcams
    RewriteRule (.*) http://www.worldofchat.co.uk/Forum/$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]

    Hope this makes sense to u as i dont know what some of it is !

    Woc

  4. #4
    Member
    Real Name
    no
    Join Date
    Mar 2007
    Posts
    47
    Liked
    0 times
    Any more help on this as im still baffled ?

    Woc

  5. #5
    Member
    Real Name
    no
    Join Date
    Mar 2007
    Posts
    47
    Liked
    0 times
    Ive resolved this now if you want to close the thread thanks

    Woc

Similar Threads

  1. Problem! after vBulletin upgrade and Vbseo upgrade
    By MacedonWarrior in forum Troubleshooting
    Replies: 7
    Last Post: 12-12-2006, 06:53 AM
  2. Replies: 6
    Last Post: 10-21-2006, 12:23 PM
  3. Upgrade problem :(
    By soletrader in forum General Discussion
    Replies: 9
    Last Post: 09-09-2006, 06:04 PM
  4. Upgrade problem
    By emin in forum Troubleshooting
    Replies: 1
    Last Post: 11-19-2005, 04:14 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •