如何在index.html的私有文件夹中运行index.php

时间:2013-11-03 04:06:01

标签: php private public public-html

我的网站在index.html上有一个root html。我想将index.html重定向到上面一个父文件的私人文件夹中的php文件,以运行index.php。然后,此文件将根据请求呈现我需要的html内容。我将如何进行从index.html获取index.php的过程。 文件结构如下所示:

private/
   -index.php

public_html/ 
   -index.html

1 个答案:

答案 0 :(得分:0)

尝试在index.html中使用此元代码

 <meta http-equiv="Refresh" content="0; url=/private/index.php">

实际上是一个html重定向。

如果这不起作用,请尝试挂钩htaccess