您好我正在尝试重定向
中的网址%category%/%postname%。html to%year%/%month%/%postname%
我试过更改.htaccess文件但无法帮助。
至少我试图重定向 %category%/%postname%。html to%postname%,这也无法正常工作
RedirectMatch 301 ^ /([^ /] +)/([^ /] +)。html $ http://www.example.com/ $ 2
任何真正感激的帮助
答案 0 :(得分:0)
你见过http://codex.wordpress.org/Using_Permalinks吗? WordPress可以帮助您完成此操作(并在.htaccess上手动执行此操作可能会破坏您现有的WP设置)。