| General Databases (71) Linux (41) Outside the Cube (2915) Programming (679) Web publishing (62) about DelphiFAQ (12) JavaScript (30) perl CGI (3) VBScript (1) Web Hosting (8) Windows (431) |
My web page redirects from afiliate.site.com to www.site.com
Question: My site regularly is accessed as www.site.com and for affiliates I have a special version affiliate.site.com with some extra panels.However, after submitting a form, the web server redirects to www.site.com. Why is that? Answer: There are many possible reasons for this phenomenon. One possibility is that the URL is slightly wrong. I once had this situation (which might apply to you):Session was directed to: affiliate.site.com//thankyou.htm Notice the two / in the URL, caused by a scripting error - The page that loaded in the browser was: www.site.com/thankyou.htm This was with Apache 2.0 Comments:
|