Open "/etc/httpd/conf/httpd.conf" and look for:
<Directory /home/*>
AllowOverride All
Options -MultiViews -Indexes FollowSymlinks IncludesNoExec +Includes
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS PROPFIND>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
[color=#333333][font=Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif][size=3]Then just add PUT (and maybe DELETE if you want) after PROPFIND[/size][/font][/color]