如何在codeigniter中隐藏url中的函数和参数?

时间:2017-09-13 07:16:05

标签: codeigniter

这是我的网址。

http://localhost/savyy/home

我希望将其显示为

$route['home/(:any)'] = 'home/home_page/$1;

我正在使用uri路由代码

    <Connector port="8080" protocol="HTTP/1.1"
           connectionTimeout="20000"
           redirectPort="8443"
           proxyName="example.com"
           proxyPort="443" (or whatever port you are using, same goes for scheme )
           scheme="https" />

但没有发生......它显示相同的URL。谁能帮帮我吗 ?请告诉我如何隐藏功能名称和参数。

1 个答案:

答案 0 :(得分:0)

我认为它不会那样工作,请求是到控制器的路径。请求uri将是相同的。你仍然会有#34; home / home_page / islamabad&#34;在你的网址中。除非您使用home_page()重定向到home()并在会话中保存islamabad。