Celeb Glow
news | March 16, 2026

How to access WebDAV using Windows Explorer on Windows 7?

Using cPanel on my shared web hosting account, I set up a WebDAV directory and account.

But neither the Wizard-based "Add a network location", nor the net use approach result in any successful connection: They both basically say that they were not able to authenticate the user.

Is there a systematic, methodical step-by-step recipe to make this work on Windows 7 (64-bit)?

(connecting to the same WebDAV from Windows XP works fine)

2 Answers

Windows Explorer Address Bar supports URI's in the following format:

\\server@SSL@port\DavWWWRoot\path\

Leave off the @SSL if you are not using SSL/HTTPS.

Leave off the @port part unless you are using a non-default port, example:

\\server@233\DavWWWRoot\path\

to not use SSL and use non-default port 233.

So...

Click Start menu...

Click Documents... (or Pictures or any other link that opens explorer.exe)

On the top of the window, there is an address bar that will say something like JohnSmith\Documents

Change that to the above-mentioned WebDAV format URI and press enter... (Probably something simple like \\website-with-webdav\davwwwroot\path\, edit this to get the correct path.)

You could then create a shortcut to that folder to open it faster.

source:

windows 10 and 2017 ... try

\\yourdomain.com\your_web_dav_root

backslashes(!)

nothing else needed and ...

nothing else seems to work ... no http(s)://foobar or alike (seems to still not working)

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy