- 到后台=>设置=>固定链接(Permalink Settings),只要不是默认项就行
- 修改 .htaccess 文件,新增代码如下:
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule> - 修改 wp-includes/rewrite.php,将 var $index=’index.php’; 改为 var $index=’home.php’;
- 重命名 /index.php 为 /home.php
- 将 index.html 做引导页即可