2015-11-25 50 views

回答

0

使用mod_rewrite你可以设置你的.htaccess文件通过从http://example.com/2004/04/title_of_post.html传入链接重定向到http://example.com/2004/04/title-of-post/

RewriteEngine on 
RewriteRule ^([0-9]{4}/[0-9]{1,2}/.*)\.html $1/ [R=301,L] 

还为WordPress的插件,你可以看下link