简体   繁体   English

iis7中的PHP标头问题

[英]php header issues in iis7

I have get the issues for php header in iis7. 我在iis7中遇到了php标头的问题。 if any page use 'php header' function get the internal server error page. 如果任何页面使用“ php标头”功能,则获取内部服务器错误页面。 Please help me for this issues. 请帮我解决这个问题。

Regards 问候

@chakku @chakku

it means ur in cycle of header problem..simple called deadlocks.. 这意味着你在头文件问题的周期中。简单称为死锁。

eg: 例如:

on page xu write header("location:y") and 在页面xu上写header(“ location:y”)和
on page yu write header("location:z") and 在页面yu上写header(“ location:z”)和
on page zu write header("location:x") 在页面zu上写标头(“ location:x”)

so please check all the header() 所以请检查所有header()

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM