.htaccess删除部分URL

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了.htaccess删除部分URL相关的知识,希望对你有一定的参考价值。

我的magento网站有这样的路径

https://www.test.com/manufacturer-bourgeat.html

但是当用户访问那种页面时,我需要删除制造商部分。喜欢

https://www.test.com/bourgeat.html

我使用这个.htaccess代码来做到这一点,但它没有用

RewriteRule ^manufacturer-(.*)$ $1

有人知道该怎么做,谢谢

答案

你有没有重写?

在重写规则之前尝试RewriteEngine

correct-> RewriteRule ^ bourgeat.html /?$ manufacturer-bourgeat.html

为了更清晰,请看看https://www.addedbytes.com/blog/url-rewriting-for-beginners

以上是关于.htaccess删除部分URL的主要内容,如果未能解决你的问题,请参考以下文章

代码点火器 | .htaccess 从 url 中删除 index.php

.htaccess 从 URL + 目录中删除 WWW

htaccess - 从 url 中删除 .php 扩展名

在 .htaccess 中从 URL 中删除单词

使用htaccess从url中删除“index.php?access =”

删除 index.php url 重写 .htaccess