Comment #3 on issue 1942 by simongeering: Location redirects not working
http://code.google.com/p/chromium/issues/detail?id=1942

I have also found that Chrome has issue with 301 redirects e.g if you hit  
an ASPX
page with the following script block:
<%@ Page Language="C#" %>

<script runat="server">
     private void Page_Load(object sender, System.EventArgs e)
     {
         Response.Status = "301 Moved Permanently";
         Response.AddHeader("Location", "http://yourdomain.net/uk";);
     }
</script>

Under latest release of all othere browsers this will corerectyl redirect  
to the
default page in the "uk" virtual directory which is setup as a sub folder  
under the
domain route. Where as chrome is unable to make the redirtection.

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to chromium-bugs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to