CodeIgniter GET方法和SEO友好的URL

时间:2016-08-16 13:06:54

标签: php codeigniter

在我的网页搜索输入中,我使用获取方法,网址类似于此www.example.com/search?city=example&service=example2,但我想要一个像这样www.example.com/search/example/example2的网址;我怎么转换?

或许还有其他一些解决方案可以从html输入中获取数据并获得友好的URL?

1 个答案:

答案 0 :(得分:0)

我看到其他人发布了关于路由的信息,是的,我可以做什么,但我认为首先我需要解决html提交操作的问题,因为当我按下按钮时,它会自动重定向到标准格式网址search?city=example&service=example2 ,但就像我说我需要其他格式。那我怎么能解决这个问题呢?

我的表单行动

<form method="get" action="http://example.com/search">