How to enable and use HTTP PUT and DELETE with Apache2 and PHP?

后端 未结 6 397
别跟我提以往
别跟我提以往 2020-11-29 04:55

It should be so simple. I\'ve followed every tutorial and forum I could find, yet I can\'t get it to work. I simply want to build a RESTful API in PHP on Apache2.

In

6条回答
  •  执笔经年
    2020-11-29 05:10

    On linux, /etc/apache2/mods-enabled/php5.conf dans php5.load exists. If not, enables this modules (may require to sudo apt-get install libapache2-mod-php5).

提交回复
热议问题