Codeigniter, routing is not functioning on production server

后端 未结 4 460
感动是毒
感动是毒 2021-01-18 04:22

I have 3 servers, a localhost apache server, a testing remote server and the production live server.

I have the same installation of codeigniter and site set-up on a

4条回答
  •  無奈伤痛
    2021-01-18 05:10

    I had the same problem. I was using function to convert article names to URL's (slugify).

    On localhost and on server this function returned slightly different urls.

提交回复
热议问题