Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
en:extensions:webdav [2014/02/01 16:34]
swarnat [Connect your Clients]
en:extensions:webdav [2014/02/01 16:35]
swarnat [Old]
Line 132: Line 132:
  
  
-===== Old ===== 
  
-Extract Zip File and Upload extracted files into a /webdav Directory, within root dir of vtigerCRM 
-Rename config.inc.sample.php to config.inc.php in the webdav directory 
-Configure Extension inside this config.inc.php 
-Insert licenseKey into $licenseKey variable 
-Please note: 
-If you create the webdav directory not inside the root directory of your domain, like domain.com/​crm/​webdav/,​ 
-you have to set these path inside the file .htaccess!To do this, please change this line inside the .htaccess file: 
-RewriteBase /webdav/ 
-and enter your own path to the webdav directory. 
-For example: 
-www.domain.com/​crm/​vtiger/​webdav/​ will be RewriteBase /​crm/​vtiger/​webdav/​ 
- ​Connect with Clients 
-To connect your WebDAV Client to this Connector, you have to use the following details: 
- 
-Server: <​PathToVtiger>/​webdav 
-Username: <​yourUsername>​ 
-Passwort: <​yourAccessKey>​ 
-You get your AccessKey from the “My Preferences” Page.