CKFinder 3.x ASP.net Physical Path -
hello every 1 have problem here ckfinder 3.x asp.net. downloaded zip file , ran through iis , ran samples worked. have website want implement same idea in there. went deleted sample test ckfinder 3.x asp.net running under iis. reinstalled ckfinder , unpacked in website want working in. ran sample pages such /ckfinder/ckfinder.html. says http error 404.0 - not found. {requested url-- http://localhost:80/ckfinder/connector?command=init&lang=en} {physical path--c:\inetpub\wwwroot\ckfinder\connector} running through web site suppose go through {c:\inetpub\wwwroot\my-web-site\ckfinder\connector} instead looking ckfinder straight in wwwroot folder how dont know change goes through website folder ckfinder exists. change default path. in web.config or file?
please see quick start guide , part.
- first of all, ckfinder zip package needs converted application.
- second need set connectorpath in config.js. if have converted ckfinder folder application
connectopathshould so:config.connectopath = my-web-site\ckfinder\connector;.- finally, should set correct path userfiles folder. if used in default location path should more or less in snippet below.
sample backend configuration:
<backend name="mybackend" adapter="local"> <option name="root" value="c:\inetpub\wwwroot\my-web-site\ckfinder\userfiles" /> <option name="baseurl" value=" http://localhost:80/my-web-site/ckfinder/userfiles" /> </backend>
Comments
Post a Comment