当用户键入我的网站的网址(例如www.domain.com)时,我想将其重定向到名为test.php的页面。 通常输入www.domain.com,浏览器应显示www.domain.com/test.php
答案 0 :(得分:1)
在index.html或index.php上,您可以添加元刷新标签:
<meta http-equiv="refresh" content="5;www.domain.com/test.php" />
如果使用index.php,语法将如下所示:
echo '<meta http-equiv="refresh" content="5;www.domain.com/test.php" />';
如果您要重定向到另一个域,请在网址中添加 http:// 。
答案 1 :(得分:0)
在.htaccess文件顶部尝试以下规则(文件和目录将www / non www重写为example.com/test.php除外)
<!-- ko compose: { view: $data.type } --> <!-- /ko -->