【发布时间】:2014-01-03 22:28:27
【问题描述】:
我在 .htaccess 文件中尝试了以下几行并将其放入包含文件夹中:
//301 Redirect Old File
RewriteEngine on
Redirect 301 includes/config.php includes/index.php
我希望当任何用户使用 url 打开此文件时,他/她必须重定向到 include/index.php 文件。 但是我收到了 500 服务器错误。
【问题讨论】:
-
向我们展示您的
.htaccess文件
标签: php apache .htaccess http-redirect