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 网站,并且在移动数据库时遇到了麻烦,因此正在寻找使用 .htaccess 文件隐藏每个页面上的网站 url 的方法。目前该网站是 www.christopherwaller.com 的测试版。我想研究使用 page-id 等删除丑陋的 URL。
有谁知道这是否可能。或者如果 .htaccess 文件不是要走的路
非常感激
ñ
您可以使用内置的 wordpress 功能,看看 Permalinks
如果你试图改变
http://www.christopherwaller.com/wordpress/?page_id=240 至 http://www.christopherwaller.com/wordpress/about
http://www.christopherwaller.com/wordpress/?page_id=240
http://www.christopherwaller.com/wordpress/about
只需导航到您的管理控制面板,单击左侧菜单上的配置,然后单击永久链接。
填写“自定义”字段,/%postname%链接应如您所愿。
/%postname%