标签: mod-rewrite redirect
这很好用:
RewriteRule ^show-([0-9]+)/(.*)\.html$ /property-$1-$2 [R=301,L]
但这不起作用:
RedirectMatch 301 ^show-([0-9]+)/(.*)\.html$ /property-$1-$2
有什么问题?