【发布时间】:2011-09-07 04:38:32
【问题描述】:
您好,我最近将 mysites 工作文件更新为 CGI/FastCGI 服务器。 它有一些请求变量部分要处理。
oldsite.com/myfile.php?link=http://google.com [在 apache 中工作正常]
oldsite.com/myfile.php?link=http://google [在 apache 中工作正常]
oldsite.com/myfile.php?link=http://google.com [不能在 CGI/FastCGI 中工作]
oldsite.com/myfile.php?link=http://google [在 CGI/FastCGI 中工作]
任何人都知道 CGI/FastCGI 出了什么问题???
【问题讨论】: