Results 1 to 2 of 2

Thread: HTTP 302 redirects to ?ABCDEFGH

  1. #1
    Junior Member Spoonman's Avatar
    Join Date
    Aug 2006
    Location
    Moscow
    Posts
    30

    HTTP 302 redirects to ?ABCDEFGH

    Could somebody explain to me this situation? I've got a site hosted on a linux server (by Godaddy, btw, just read BigBooger's thread about it ), and it behaves strange.

    When I try to get some pages that are on the server, it sometimes gives back a HTTP 302 response and redirects the browser on a same page, but with a query string "?ABCDEFGH". I wonder what's that? For example, if I try to load, say doc.html, it redirects to doc.html?ABCDEFGH.

    Why is that?
    "Oh, sorry, I was taking life seriously!" - Bill Hicks

  2. #2
    Junior Member
    Join Date
    Sep 2006
    Posts
    9
    HTTP 302 is URL Rewriting, something like redirect.
    You could probably check your .htaccess file if there is one in your directory.
    For more information, you can refer to http://httpd.apache.org/docs/1.3/misc/rewriteguide.html

Posting Permissions

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