Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
wp旧永久链接:
/%category%/%postname%/
我把它改成了:(新的永久链接)
/%邮递名称%/
永久链接更改后如何重定向旧链接?与 HTACCESS?
谢谢
These lines in your htaccess should take care of it:
RewriteEngine On RewriteRule ^(?:[\w|\-]*)/(.*)$ http://example.com/$1 [R=301,L]
大多数情况下,wordpress 会记住您的永久链接更改,并将流量从您的旧网址重定向到新网址