Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.
Yay... Take Me to the Community!
Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.In order to participate you must be a registered DNNizen
I can even find where is the LinkClick.aspx in my installation. So I think taht the links doesn't function at all. That's what happens to me.
Best regards
Ricardo
As I told you by mail, your were right. I was doing my tests by using a link to a page and not to a file.
The code inside core DNN (specifically the linkclick function) creates a not friendly URL for files. I don't know if it is a bug, or it is planed somehow because a probable issue when including the name of the file as a parameter
Maybe somebody from the core team could make it clear for us.
B.T.W. This is not a problem of this provider at all.
The linkclick was converted to be manages internally by an httphandler
Do you have the following configured at your web.config?
Do you have one of these in your web.cofig?
<add verb="*" path="LinkClick.aspx" type="DotNetNuke.Services.FileSystem.FileServerHandler, DotNetNuke"/>
If not, then review your web.config to check about missige info