Here is my setup:
- Windows Server 2008 R2 (latest patches, IIS 7.5)
- WebDAV enabled on a virtual directory in IIS
I can connect to the server from an outside network and upload/download/delete a .txt file just fine. I can do the same with .htm, .html, .zip, .xyz. No problems, no errors.
When I try to do the same with a .php file, I get a 405 error for PUT and I can't upload the damn files.
I know it's got to be a setting somewhere that is just blocking the PHP extension. Anyone know where it could be?