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.
我使用站点地图生成器之一创建站点地图。并查看诸如 index.php/en/about-us-en/itemlist/user/82-2015-10-13-06-57-48 之类的网址。我如何从 k2 中删除这个 url,我不明白这个 url 是从哪里来的。
问题是 K2 为用户隐藏了链接,其中列出了该用户创建的文章。我建议您在提交之前在站点地图上进行查找和替换。请注意,Google 可能已经在您的网站上为这些链接编制索引。
您可以在 .htaccess 中添加一条规则,以将所有 ../itemlist/user/... 链接的 301 重定向到您的主页。