htaccess正则表达式允许“ - ”和字母

时间:2013-04-17 17:41:22

标签: regex .htaccess

这是我在htaccess上的正则表达式

RewriteRule ^(.*)/([0-9]+)/(.*).html$ index.php?m=post&id=$2&cat=$1 [L,NC]

但是当我尝试输入此网址时,我找不到404页面。

site.com/movies-tv/119284/movie-brscreener-hq-thriller.html

我需要在电影电视中允许“ - ”

0 个答案:

没有答案