标签: php .htaccess
我使用了一个简单的
<a href="/index.php">link</a>
尝试重定向到我的索引/主页,但在搜索栏中显示.... / index.php。我想知道一种重定向到页面而不在搜索栏中显示index.php的方法。
答案 0 :(得分:0)
将此重写内容添加到.htaccess文件中:
RewriteEngine On RewriteRule ^index\.php$ / [R=301,L]