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.
我正在尝试将没有自定义永久链接的旧 wordpress 的 url 取回到具有 goold url 的同一站点的新版本,但它不起作用。
我尝试将旧网址 301 重定向到新网址...
.htaccess:
Redirect 301 /\?page_id=184 http://mydomain.com/about
有人能帮我吗 ?
您可以为此尝试重定向。
该插件将帮助您将旧网址重定向到目标网址。
希望它会帮助你。