Setting up WebDav

Skip to end of metadata
Go to start of metadata

The following lines provide a guideline for setting up pimcore WebDAV access:

1. A vhost vor WebDAV access needs to be set up and targeted at pimcore

For webDAV access from a windows client this has to be a separate (sub)domain!
Tip
E.g. use dav.mysite.org for DAV access; configure your pimcore vhost to accept all sub domains of mysite.org by adding the server alias mysite.org
<VirtualHost *:80>
ServerName www.mysite.org
ServerAlias *mysite.org
(...)
</VirtualHost>

2. The WebDAV host needs to be added to the pimcore system configuration (Settings/System -> Assets, Hostname for WebDAV)

Tip
add dav.mysite.org as host name vor WebDAV

3. Connect to pimcore using WebDAV with any available pimcore user

Tip
connect to http://dav.mysite.org with the username admin and the admin's pimcore password
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Oct 11, 2011

    ollie harridge says:

    To connect to the WebDAV service if you are using Windows 7: 1. Go to Start >...

    To connect to the WebDAV service if you are using Windows 7:

    1. Go to Start > Run > Services

    2. Start WebClient

    Then:

    1. Go to Windows Explorer

    2. Map a network drive

    3. Use http://dav.mysite.org and check the different log in credentials box

    4. Put in your pimcore admin user/pass

    Then you should be able to connect to your assets directory like it was a windows drive

    See here for more info Working with WebDAV