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
Previous revision
Last revision Both sides next revision
en:extensions:webdav [2014/02/01 16:30]
swarnat [WebDAV Connector]
en:extensions:webdav [2014/02/01 16:39]
swarnat Page moved from en:vtiger_6.0:extensions:webdav to en:extensions:webdav
Line 8: Line 8:
  
 **Please contact your system administrator to check this requirements before you buy!** **Please contact your system administrator to check this requirements before you buy!**
 +
 +===== Setup =====
  
 - Extract all files of the module archiv and upload them to a directory /webdav in your vtigerCRM Root directory (The directory which contains the vtigerversion.php). - Extract all files of the module archiv and upload them to a directory /webdav in your vtigerCRM Root directory (The directory which contains the vtigerversion.php).
Line 17: Line 19:
  
 <WRAP center round important 100%> <WRAP center round important 100%>
-==== Please note: ==== +=== Please note: === 
-If you create the webdav directory not inside the root directory of your domain, for example if your URL will be domain.com/​crm/​webdav/,​ **you have to set these path inside the file .htaccess!**+If you create the webdav directory not inside the root directory of your domain, for example if your URL will be domain.com/​crm/​webdav/,​ **you have to set these path inside the .htaccess ​file!**
  
 To do this, please change this line inside the .htaccess file: To do this, please change this line inside the .htaccess file:
-RewriteBase /webdav/+  ​RewriteBase /webdav/
 and enter your own path to the webdav directory. and enter your own path to the webdav directory.
-For example: +For example ​if your URL is//www.domain.com/​crm/​vtiger/​webdav /
-www.domain.com/​crm/​vtiger/​webdav/ ​will be RewriteBase /​crm/​vtiger/​webdav/​+you need to set: 
 + 
 +  ​RewriteBase /​crm/​vtiger/​webdav/​
  
 </​WRAP>​ </​WRAP>​
  
 +===== Connect your 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 every Users "My Preferences"​ Page.
  
  
Line 119: 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.