Hello,
I am trying to figure out how to set JoomDOC v4 Enterprise WebDAV option up and running.
After reading the (few) document pages, I believe I did all the steps required by the component to work but it doesn't.
I am running JoomDOC v4 on a Joomla! 3.3.0. The whole thing sits on plesk 10.4, PHP version is 5.3.10.
ISP proved WebDAV to be working by connecting via CyberDuk/caDAVer and other WebDAV clients successfully so, it must be something with the component/Joomla config. I've also:
- added a rewrite rule in the .htaccess as follows:
## Mod_rewrite in use.
RewriteEngine On
## Begin - Rewrite rules to block out some common exploits.
# If you experience problems on your site block out the operations listed below
# This attempts to block the most common type of exploit `attempts` to Joomla!
#
# JoomDOC test WebDAV
RewriteRule ^hcwebdav(.*) /index.php?option=com_joomdoc&task=webdav&file=$1 [L]
# Block out any script trying to base64_encode data within the [...]
- configured the component with the webDAV directory: filesharedav/
- uploaded few documents (.doc, pdf, xls) and verified they are accessible
-provided webdav privileges to users
- enabled the webdav in the component
- ask for the mod_dav to be configured for the /filesharedav directory (the one we use for our website)
When opening the file, I got this error:
"bloclUI requires jQuery v1.2.3 or later! You are using v1.11.0" and the edit icon is not displayed. By creating a file, the icon appears but it links to the file information rather than the edit menu shown in your WebDAV demo.
What still I can't figure out is where I have to put the WebDAV user's credentials. Is the WebDAV module to be configured as anonymous? If so, How can I be sure that documents will be accessed only by front-end registered users?
Unfortunately JoomDOC v4 documentation is very poor in regard to configuring WebDAV. I hope you can help with this.
Thank you
DL