I am attempting to implement HTTP PUT to replace FTP as a method for users to upload to our site. Once Apache receives the PUT request I would like it to run a PHP script that will proceed to authenticate the user via our database. However in the initial testing I am unable to confirm whether the script is infact being run, I was wondering if anyone else has had experience with this type of process? I have entered the following line in my http.conf file...
Script PUT /put.php where put.php is off of the document root at the moment. Thanks in advance!! Toby -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]