I use ASP
I currently have 1 Resource Type defined:
CKFinder_Config.Add "DefaultResourceTypes", "" Dim ResourceTypes(0) Set ResourceTypes(0) = DefineResourceType( _ "Bestandsbibliotheek", _ baseUrl, _ baseDir, _ 0, _ "7z,aiff,asf,avi,bmp,csv,doc,docx,fla,flv,gif,gz,gzip,jpeg,jpg,mid,mov,mp3,mp4,mpc,mpeg,mpg,ods,odt,pdf,png,ppt,pptx,pxd,qt,ram,rar,rm,rmi,rmvb,rtf,sdc,sitd,swf,sxc,sxw,tar,tgz,tif,tiff,txt,vsd,wav,wma,wmv,xls,xlsx,zip", _ "" _ )
But every time i browse the server CKFinder automatically generates a subfolder with the name of my resource type (see file)
Is there any way to prevent this. I'd just like to have the root 'Bestandsbibliotheek' folder, not the extra one as a sub folder.
SOLVED:
This problem only seemed to happen in a development environment. I can't reproduce this in a production environment.