【发布时间】:2016-06-28 17:51:56
【问题描述】:
301 重定向:
example.com/AnythingHere/-/AnythingHere.html
到:
example.com/AnythingHere/AnythingHere.html
注意:AnythingHere 表示任何数字/字母/破折号/下划线。
试过了,但没用:
RewriteRule (.*)/(.*)-(.*)\.html$ (.*)/-/(.*)-(.*)\.html$
【问题讨论】:
标签: apache .htaccess url-rewriting http-status-code-301