2015-11-25 51 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