php 301 redirects actually doing a 302 redirect

后端 未结 4 1075
独厮守ぢ
独厮守ぢ 2021-01-26 17:37

I have been googling for this but no one appears to have the answer.

This post describes the problem well:

http://www.mail-archive.com/php-general@lists.php.net/

4条回答
  •  耶瑟儿~
    2021-01-26 18:12

    It appears that the only answer to this one at the moment is to not use FastCGI on IIS7 when using PHP (because of a bug in FastCGI) - which is rubbish because it's very quick. Using isapi allows the 301 redirects to work as they should, but it's not as fast.

提交回复
热议问题