重定向到index.php,但在搜索栏中未显示“ index.php”

时间:2019-04-29 08:44:47

标签: php .htaccess

我使用了一个简单的

<a href="/index.php">link</a>

尝试重定向到我的索引/主页,但在搜索栏中显示.... / index.php。我想知道一种重定向到页面而不在搜索栏中显示index.php的方法。

1 个答案:

答案 0 :(得分:0)

将此重写内容添加到.htaccess文件中:

RewriteEngine On
RewriteRule ^index\.php$ / [R=301,L]