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”的目录中安装了 wordpress。当我访问我的网站时,它会显示在 URL 中。
例如。关于我们页面将显示:
http://www.domain-name.com/wp/about
我可以更改它以便不显示“wp”吗?
变得简单:
http://www.domain-name.com/about
您需要将 www.domain-name.com 的根目录更改为 /wp/ (相对于现在的情况)。