网站默认首页名是什么?各系统对比
不同Web服务器和建站系统对默认首页文件的命名及优先级规则不同,常见配置如下:
若需自定义顺序,需修改服务器配置并重启生效。
主流系统默认首页对比
系统/服务器 | 默认首页文件名(优先级从高到低) | 配置文件路径 |
---|---|---|
Apache | index.html, index.php, index.htm | .htaccess 或 httpd.conf |
Nginx | index.html, index.php | nginx.conf 或站点配置 |
IIS | default.aspx, index.html | web.config |
WordPress | index.php | 固定不可改 |
PHP环境通用 | index.php 优先于 index.html | 通过php.ini调整 |
更新时间:2025-07-14 11:49:41