1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

ASP 301 Redirect and Mozilla Firefox

Discussion in 'C#' started by iShopHQ, Sep 30, 2004.

  1. #1
    So I load FireFox to check my various sites and see how they do. Format-wise, they are OK, but I noticed that my 301 redirects don't work.

    <%
    Response.Status = "301 Moved Permanently"
    Response.addheader "Location", "http://www.BlahBlahBlah.com/blah/ifront.asp"
    %>

    Regular redirects work:
    Response.Redirect("http://www.BlahBlahBlah.com/blah/ifront.asp")

    Any suggestions?
     
    iShopHQ, Sep 30, 2004 IP