How to replace underscores in codeigniter url with dashes?

前端 未结 8 1240
有刺的猬
有刺的猬 2021-01-30 09:28

I would like to know the simplest solution to changing the underscores of my codeigniter urls to dashes, for seo reasons.

My controllers look like:

publi         


        
8条回答
  •  [愿得一人]
    2021-01-30 10:05

    Have a look at Codeigniter's custom routing http://codeigniter.com/user_guide/general/routing.html

提交回复
热议问题