Home > Backend Development > PHP Tutorial > 如何查看一个网站首页是index.htm还是index.php 不用试的方法.或者有哪个浏览器可以直接显示的?

如何查看一个网站首页是index.htm还是index.php 不用试的方法.或者有哪个浏览器可以直接显示的?

WBOY
Release: 2016-06-23 14:18:14
Original
966 people have browsed it

如何查看一个网站首页是index.htm还是index.php 不用试的方法.或者有哪个浏览器可以直接显示的?


回复讨论(解决方案)

看你的服务器端是怎么配置的 如果都写了 那么默认就按照你的设置进行显示 假若没有index.htm 那么就显示index.php...

用firebug或HttpWatch软件抓包,看服务器返回的HTTP响应头。
如果是.php页面,会返回类似X-Powered-By: PHP/5.2.17这样的http header
而如果是.htm页面,则不会。
另:服务器是直接调用所设置的默认页来输出的,HTTP响应中不会返回其文件名。

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