【问题标题】:How can I redirect via htaccess all images of a folder to a static page?如何通过 htaccess 将文件夹的所有图像重定向到静态页面?
【发布时间】:2016-04-18 04:33:04
【问题描述】:

我想通过 htaccess 将子文件夹的所有图像重定向到我的主页。我该怎么做?

示例: http://www.volamondo.it/images/132.jpg --> http://www.volamondo.it/

【问题讨论】:

标签: .htaccess redirect url-redirection


【解决方案1】:

这是你的 .htaccess

RewriteEngine On
RewriteBase /
RewriteRule ^images/.* / [R=301,L]

【讨论】:

猜你喜欢
  • 2012-01-15
  • 2013-07-16
  • 1970-01-01
  • 1970-01-01
  • 2013-10-25
  • 2016-10-29
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多