在浏览器上先运行index.html文件,然后再运行index.php文件


Run index.html file before index.php file on browser

我在FTP服务器上的文件上有两个文件

1 ) index.html
2 ) index.php 

index.php文件是word press文件,我通过iframe在index.html中使用它,所以我想运行index.html而不是index.php,而是默认运行的index.php。

如果可能的话,我也不想使用.htaccess规则

如何加载index.html而不是index.php

最简单的方法:将index.php重命名为index2.php,并从index.html链接到它。