想要将重写规则应用于子目录

时间:2019-04-26 14:12:06

标签: .htaccess url url-rewriting

我要重写子目录的网址。

我已尝试在.htaccess文件中使用以下代码

RewriteRule ^stories/d/(.*)$ stories/index.php?controller=index&task=stories_detail&slug=$1 [L]

它的工作正常,但是当我从规则中删除 / d / 时,是因为我不想要它,所以之后它不起作用了。

我只想要这种类型的网址

https://www.xpressmoney.com/stories/post-name

实际上故事是我的子目录名称,因此我认为其与规则不符。

任何帮助将不胜感激。

谢谢!

0 个答案:

没有答案