Results 1 to 4 of 4

302 redirect issue

This is a discussion on 302 redirect issue within the General Discussion forums, part of the vBSEO SEO Plugin category; http://www.highdots.com/forums/lastp...ad2188411.html is (302) redirected to http://www.highdots.com/forums/showt...51#post6568251 (please note the session ID appended to the URL) This URL is correctly 301 ...

  1. #1
    Member
    Join Date
    Aug 2005
    Posts
    67
    Liked
    0 times

    302 redirect issue

    http://www.highdots.com/forums/lastp...ad2188411.html

    is (302) redirected to

    http://www.highdots.com/forums/showt...51#post6568251

    (please note the session ID appended to the URL)

    This URL is correctly 301 redirected to :

    http://www.highdots.com/forums/visua...ml#post6568251

    I have the following line in my .htaccess

    PHP Code:
    RewriteRule ^lastpostinthread([0-9]+).html$    showthread.php?goto=lastpost&t=$[L
    What can I do to remove the session id? (btw, this isn't something related to vbSEO, is it?)

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Hi,

    it seems like there is no sessiond ids in the urls you posted.
    So, the redirections chain looks working correctly.

  3. #3
    Member
    Join Date
    Aug 2005
    Posts
    67
    Liked
    0 times
    PHP Code:
    [url]http://www.highdots.com/forums/showthread.php?[/url]
    s=
    8188139d799353b51618b5fc92582ecb
    &p=6568251#post6568251 
    Just remove the line breaks and you'll get the full URL.

    vbulletin (vbSEO?) automatically removed the session id.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Hi,

    I may be missing the point, but when I enter the first URL from your post (http://www.highdots.com/forums/lastp...d2188411.html), it is redirected to the URL with no session id in it. Here is the log:
    Code:
    GET /forums/lastpostinthread2188411.html HTTP/1.0
    ----------------
    HTTP/1.1 301 Moved Permanently
    Location: http://www.highdots.com/forums/showthread.php?t=2188411
    ----------------
    GET /forums/showthread.php?t=2188411 HTTP/1.0
    ----------------
    301 Moved Permanently
    Location: /forums/visual-studio-net/cd-key-recourse-2188411.html
    ----------------
    GET /forums/visual-studio-net/cd-key-recourse-2188411.html HTTP/1.0
    ----------------
    HTTP/1.1 200 OK

Similar Threads

  1. Redirect index.php?blablablabla
    By googledave in forum Custom Rewrite Rules
    Replies: 9
    Last Post: 02-06-2006, 08:45 PM
  2. Redirect
    By MSJA in forum Troubleshooting
    Replies: 2
    Last Post: 01-27-2006, 03:24 AM
  3. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-08-2005, 11:00 PM
  4. Incorrect 301 redirect?
    By SEO Report in forum Bug Reporting
    Replies: 2
    Last Post: 08-25-2005, 12: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
  •