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 博客从站点的根目录移动到 /blog 目录。
现在这样的链接: domain.com/link-to-post 不要重定向到这个 domain.com/blog/link-to-post
问题是我现在想在根目录中放置一个完全不同的应用程序,所以我不能在那里执行 301 重定向到 /blog 文件夹。有什么建议么?
我认为问题可能在于存储在 WordPress 数据库中的旧链接。您需要将它们更改为指向新的 URL。有几种方法可以做到这一点。
此链接的第二部分将逐步告诉您如何操作。
http://codex.wordpress.org/Moving_WordPress