Thursday 03 July 2008 5:23:47 am
Hi Ivo,
Yes I set up the webdav.ini to manage all the classes I need as folder:
...
FolderClasses[]
FolderClasses[]=folder
FolderClasses[]=repository
FolderClasses[]=workshop
FolderClasses[]=meeting
FolderClasses[]=conference
...
Looking through the webdav.log I saw something interesting. When I browse the media directories (using webdav) we have the correct requests
Looking media directory everything is ok and we have in the log file 2008-07-03 14:14:00 : ========================================
2008-07-03 14:14:00 : Requested URI is: /mars/Media [webdav.php]
2008-07-03 14:14:00 : start path: /mars/Media [CS:currentSiteFromPath]
2008-07-03 14:14:00 : indexdir: /mars/Media [CS:currentSiteFromPath]
2008-07-03 14:14:00 : site mars: /mars/Media [CS:currentSiteFromPath]
Looking media/banner directory everything is ok and we have in the log file 2008-07-03 14:14:02 : ========================================
2008-07-03 14:14:02 : Requested URI is: /mars/Media/Banner [webdav.php]
2008-07-03 14:14:02 : start path: /mars/Media/Banner [CS:currentSiteFromPath]
2008-07-03 14:14:02 : indexdir: /mars/Media/Banner [CS:currentSiteFromPath]
2008-07-03 14:14:02 : site mars: /mars/Media/Banner [CS:currentSiteFromPath]
Looking through the content directory we have something wrong
Looking content directory everything is ok and we have in the log file 2008-07-03 14:16:53 : Requested URI is: /mars/Content [webdav.php]
2008-07-03 14:16:53 : start path: /mars/Content [CS:currentSiteFromPath]
2008-07-03 14:16:53 : indexdir: /mars/Content [CS:currentSiteFromPath]
2008-07-03 14:16:53 : site mars: /mars/Content [CS:currentSiteFromPath]
When I try to access the directory content /about-us the requested URI is wrong, it should be /mars/content/About-us instead of /mars/About-us 2008-07-03 14:16:59 : ========================================
2008-07-03 14:16:59 : Requested URI is: /mars/About-us [webdav.php]
2008-07-03 14:16:59 : start path: /mars/About-us [CS:currentSiteFromPath]
2008-07-03 14:16:59 : indexdir: /mars/About-us [CS:currentSiteFromPath]
2008-07-03 14:16:59 : site mars: /mars/About-us [CS:currentSiteFromPath]
it is strange, isn't it? %-)
Thanks, Luca
|