.htaccess重定向问题

时间:2017-03-24 16:34:31

标签: apache .htaccess http-status-code-301

我正在尝试使用.htaccess文件运行一堆301重定向。但是我的规则不起作用。我不确定我做错了什么。

这是我的规则:

RedirectMatch 301 /directory/1 http://www.example.org/newdirectory
RedirectMatch 301 /anotherdirectory/2/3 http://www.example.org/newdirectory

如果我访问www.example.org/directory,我会被重定向到正确的位置。但是,如果我访问www.example.org/directory/1,我就不会被重定向。它似乎仅在只有1级时工作,如果我尝试添加更多级别它停止工作

使用" /&#34时是否存在问题;在比赛中?我应该尝试使用正则表达式而不是实际路径吗?

请有人能对此有所了解吗?

0 个答案:

没有答案