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

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

WBOY
Release: 2016-06-13 13:40:36
Original
922 people have browsed it

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

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

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

能看到结果就支持

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template