What do I need to run PHP applications on IIS?

后端 未结 7 841
花落未央
花落未央 2021-02-09 08:09

Having been a PHP developer on LAMP servers for quite a while, is there anything that I will need to take into consideration while preparing an application for IIS on w

7条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-09 08:25

    One of the major sticking points I've had with IIS is the lack of Apache's mod_rewrite. There are other work-arounds and work-alikes depending on what you're doing, but just keep in mind that you'll need to change things up a bit to work with IIS if you're using mod rewrite extensively.

提交回复
热议问题