【发布时间】:2014-04-10 20:28:45
【问题描述】:
我正在 Drupal 中进行一组 301 重定向。
我在 .htaccess 文件中使用标准方法:
<IfModule mod_rewrite.c>
RewriteEngine on
Redirect 301 /user/testimonials http://thesitedomain.com/testimonials
Redirect 301 /user/contact http://thesitedomain.com/contact
</IfModule>
但返回 URL 以“?q=user”结尾并停止工作。例如:
http://thesitedomain.com/about?q=user/about
我不擅长 htaccess 重定向(显然),而且我根本不是 Drupal 专家。
另外,如果您知道全面的 htaccess 重写资源,我将非常感谢您阅读 hat。
【问题讨论】:
标签: .htaccess redirect drupal http-status-code-301