Köprüler ateş sonrası yönlendirmek durmasına?

1 Cevap php

Ben üzerinde çalışıyorum bir proje üzerinde, ben başarılı bir giriş yaptıktan sonra frontpage kullanıcıyı yönlendirmek için HTTP başlıklarını kullanıyorum;

header("Location: http://example.com/index.php?");
exit(0);

EDIT: Added questionmark to url to show the problem

Bu test tüm tarayıcılarda çalışıyor - Firefox 3.0.6, iki pencere üzerinde, ancak, yağmurluk ve debian, düzgün köprüleri kurmak için başarısız olur. Aynı URL'ye her köprünün yönlendirme noktaları, tamamen "href" niteliğini görmezden. Sayfayı yenilemeyi yardımcı olmaz - Ben elle yeniden girmek URL var ve köprüler yeniden çalışmaya başlamak için butonu tıklayın.

Ben IE6, IE7, Opera ve Safari bu denedim ve gayet iyi çalışıyor. Herkes doğru yönde bana gelin, bir şey ben yönlendirmesi yolu ile yanlış sayıyorum?

1 Cevap

The solution seems to be this: I cannot redirect to a url ending with a questionmark, if I do, this problem will occur. It would seem to me this is not expected behavior from FF3, but I don't know the HTTP-spec's well enough to say if that's the case.

Her iki şekilde de, problem solved by removing question-mark from redirect url.