Problem:
The default item hyperlinks generated by the Images and Documents module end up with .sflb or .sflb.ashx.
Starting from Sitefinity 3.6, there is an option for you to use the real file extensions (for example .jpg,.doc).
Solution:
1. Open your
web.config file and remove the comment tags on the lines below:
before:
after:
2. Change the extension in the urlRewriteFormat for the Libraries provider:
before:
after:
3. Set the extensions you want to use in your
web.config:
Note: The
defaultExtension attribute's value must be set to the old extension from the
urlRewriteFormat attribute (see step 2).
4. If your site is running in a Classic Pipeline mode, please make sure to map the extensions you want to use in the IIS. Instructions for adding a handler mapping in the IIS can be found in Sitefinity User Manual, section Configuring IIS.