【问题标题】:301 Redirection from folder to url301从文件夹重定向到url
【发布时间】:2014-07-19 20:49:16
【问题描述】:

我要301重定向http://example.com/imaages/documents/*到http://example.com/imaages/documents.html

令人难忘地尝试了许多组合,但没有任何效果

尝试了以下所有链接

http://www.coolestguidesontheplanet.com/redirecting-a-web-folder-directory-to-another-in-htaccess/ gist.github.com/ScottPhillips/1721489

它的灯组

【问题讨论】:

  • 您尝试过使用 .htaccess 吗?

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


【解决方案1】:

试试 .htaccess 文件在 images 目录中

RewriteEngine On
RewriteRule ^documents/(.*)$ documents.html

或者根目录下的这个.htaccess文件

RewriteEngine On
RewriteRule ^imaages/documents/.*$ imaages/documents.html

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2011-12-20
    • 1970-01-01
    • 2013-08-18
    • 2015-09-24
    • 1970-01-01
    • 2010-12-07
    • 1970-01-01
    相关资源
    最近更新 更多