【发布时间】:2018-06-19 06:44:50
【问题描述】:
美好的一天。我在本地虚拟主机上运行我的网站,其网址如下所示:
1. Home page : www.vhost1.com/
2. Category Page (List of news) : www.vhost1.com/index.php/category/business
3. Article page (news detail) : www.vhost1.com/index.php/featured-article-4
我想将这些永久链接(隐藏 index.php)更改为
a. Category Page (List of news) : www.vhost1.com/category/business
b. Article page (news detail) : www.vhost1.com/categorty/business/featured-article-4
我尝试在 wp-admin 面板上设置永久链接,但是当我点击任何类别列表或文章时,网站显示“找不到对象”。 我必须在永久链接之间添加“index.php”,以便它可以重定向。 有什么办法可以解决这个问题?
【问题讨论】:
标签: php wordpress url permalinks