Hello,
Just started using WebDAV, and I can connect to my server fine, but I tried
to upload a web app comprising of php and jpg files, and it only accepted
the jpg files, but refused to copy the php files.
I'm stumped as to why, any ideas?

Re: WebDav does not accept some file types by Ken

Ken
Fri Jan 19 19:43:06 CST 2007

What do the IIS log files give you (in terms of a status code) for the
attempt to put those files onto the server?

Cheers
Ken

"Alan Roy" <a.roy@remove.surrey.ac.uk> wrote in message
news:O1WbU0nOHHA.3212@TK2MSFTNGP02.phx.gbl...
> Hello,
> Just started using WebDAV, and I can connect to my server fine, but I
> tried to upload a web app comprising of php and jpg files, and it only
> accepted the jpg files, but refused to copy the php files.
> I'm stumped as to why, any ideas?
>
>


Re: WebDav does not accept some file types by Alan

Alan
Sat Jan 20 18:08:17 CST 2007

Error 401


"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
news:eFNgWRDPHHA.1604@TK2MSFTNGP05.phx.gbl...
> What do the IIS log files give you (in terms of a status code) for the
> attempt to put those files onto the server?
>
> Cheers
> Ken
>
> "Alan Roy" <a.roy@remove.surrey.ac.uk> wrote in message
> news:O1WbU0nOHHA.3212@TK2MSFTNGP02.phx.gbl...
>> Hello,
>> Just started using WebDAV, and I can connect to my server fine, but I
>> tried to upload a web app comprising of php and jpg files, and it only
>> accepted the jpg files, but refused to copy the php files.
>> I'm stumped as to why, any ideas?
>>
>>
>



Re: WebDav does not accept some file types by Ken

Ken
Sun Feb 04 04:30:51 CST 2007

401 = Access Denied...

Verify that you have "Script Source Access" permissions checked on the
necessary folder (assuming you have PHP enabled as an ISAPI Extension)

Cheers
Ken

"Alan Roy" <a.roy@remove.surrey.ac.uk> wrote in message
news:OwV2CBPPHHA.2468@TK2MSFTNGP06.phx.gbl...
> Error 401
>
>
> "Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
> news:eFNgWRDPHHA.1604@TK2MSFTNGP05.phx.gbl...
>> What do the IIS log files give you (in terms of a status code) for the
>> attempt to put those files onto the server?
>>
>> Cheers
>> Ken
>>
>> "Alan Roy" <a.roy@remove.surrey.ac.uk> wrote in message
>> news:O1WbU0nOHHA.3212@TK2MSFTNGP02.phx.gbl...
>>> Hello,
>>> Just started using WebDAV, and I can connect to my server fine, but I
>>> tried to upload a web app comprising of php and jpg files, and it only
>>> accepted the jpg files, but refused to copy the php files.
>>> I'm stumped as to why, any ideas?
>>>
>>>
>>
>
>