2017-06-19 35 views
0

如何使它所以当人们连接到我的网站,他们不开始的索引,但在网站 Picture of Index page如何在网站上没有索引wampserver

+0

建立一个叫做'index.php'或'index.html'文件,并且将automatcially得到由阿帕奇 – RiggsFolly

+0

运行我如何让它自动运行? –

+0

通过调用它'index.php'或'index.html',这些名称是APache希望看到的名称,以及它何时运行它,如果您不指定任何其他特定文件 – RiggsFolly

回答

-1

做一个index.php文件,并把开始内部的以下内容:

<?php 
    header('location: ./myfile.html'); //edit the file to redirect to here... 
?>