【问题标题】:.htaccess 301 redirect for images from old image to new image.htaccess 301 将图像从旧图像重定向到新图像
【发布时间】:2018-01-15 21:12:23
【问题描述】:

我目前在我的网站上使用具有非描述性文件名的图像,例如 kejr09238u30sdkfh.jpg。出于 SEO 的原因,我会将这些图像重命名为 descriptive-file-name.jpg。 目前有 6 张图片已重命名。

301重定向怎么写?

示例

mysite.com/images/123.jpg 重命名为 mysite.com/images/abc.jpg

你们能帮帮我吗?

【问题讨论】:

    标签: html image .htaccess redirect


    【解决方案1】:

    使用简单的redirect 命令:

    # Redirect old file path to new file path
    Redirect 301 /images/123.jpg http://example.com/images/abc.jpg
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-03-15
      相关资源
      最近更新 更多