Kafa yok sayfaya yönlendirir?

0 Cevap php

Ben PHP başlıkları webserver ve localhost üzerinde farklı hareket, bu garip davranış var.

Example

Web hosting fonksiyonu üzerinde

header("Location: /content/".$page['url_language']."/".$page['direction']."/".$w['id']."/")

index.php yönlendirir ve /content/".$page['url_language']."/".$page['direction']."/".$w['id']."/" parametre olarak gönderilir.

Ama sonra ben localhost üzerinde aynı şeyi ve benim tarayıcı sayfasına yönlendirir /content/".$page['url_language']."/".$page['direction']."/".$w['id']."/"

That does not exist, not the index. How this happens, there is no .htaccess on web server and localhost to change the settings. Maybe I missing some settings, any suggestions?

0 Cevap