gpt4 book ai didi

php - 如何在 Codeigniter 上隐藏 URL 字符串中的数据

转载 作者:可可西里 更新时间:2023-10-31 23:46:58 24 4
gpt4 key购买 nike

我是 Codeigniter 的初学者,所以我需要帮助。

我正在使用 Codeigniter 制作博客网站,但我不知道如何从 URL 中隐藏 Controller 类和 ID。

就像我生成了以下 URL:http://localhost/codeigniter/index.php/content/some-title/123 .

  1. content 是我的 Controller 类名。
  2. some-title 是我的文章标题。
  3. 123 是我的文章编号。

我只想保留要显示的标题。

例如:http://localhost/codeigniter/index.php/some-title .

任何帮助将不胜感激!!!

最佳答案

您已添加您的链接 config/routes.php

http://localhost/codeigniter/index.php/content/some-title/123

Ex: $route ['some-title/(: any)']  = 'content/some-title/$123';

关于php - 如何在 Codeigniter 上隐藏 URL 字符串中的数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31771604/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com