我从Blogspot转到了Wordpress。
博客网址
domain*com/year/month/post-name.html
Wordpress设置自定义永久链接
domain*com/%author%/%postname%/
我在.htaccess上使用此重定向
RedirectMatch 301 /([0-9]+)/([0-9]+)/(.*)\.html$ /$3/
RewriteCond %{QUERY_STRING} ^m=1$
RewriteRule (.*) $1? [R=permanent]
它仅重定向到domain*com/%postname%/
如何将网址重定向到domain*com/%author%/%postname%/