Home  >  Article  >  Backend Development  >  如何查看WBE服务器是否开通了这个PATH_INFO功能

如何查看WBE服务器是否开通了这个PATH_INFO功能

WBOY
WBOYOriginal
2016-06-13 13:40:36888browse

怎么查看WBE服务器是否开通了这个PATH_INFO功能?
怎么查看WBE服务器是否开通了这个PATH_INFO功能?

------解决方案--------------------
echo $_SERVER['PATH_INFO'];
------解决方案--------------------
建一文件
show.php
echo $_SERVER['PATH_INFO'];

执行
http://servername/show.php/a/b/c/d

能看到结果就支持

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn