Reputation: 130
We have a WCM COntent Library. Inside the "Components" area, we have created an EXE folder as seen below. This exe folder contains exe files.
Now, whenever I am trying to place a link to the .exe
files on any HTML page, Link is generated but when viewed in browser, it throws 404 error.
As seen the HREF value seems fine but not sure why this doesn't works. Also When i create a link to any other Components ( Images: JPG, GIF, PDFs) the links work perfectly normal. Why this is NOT working for EXE files ?
Upvotes: 0
Views: 146
Reputation: 11
Use Insert link button in Presentation template to create a link to the File component having exe file. Firebug element
<a href="/wps/wcm/myconnect/5f6187f3-1b17-43d8-87d1-fbbc19de1863/cfg.exe?MOD=AJPERES&ContentCache=NONE&CACHE=NONE&CVID=laxoBjd&CVID=laxoBjd">test</a>
Same gets generated in template as well
<a title="" target="" href="/wps/wcm/myconnect/5f6187f3-1b17-43d8-87d1-fbbc19de1863/cfg.exe?MOD=AJPERES&CVID=laxoBjd&useDefaultText=1&useDefaultDesc=0&CVID=laxoBjd">test</a>
Portal is 8.5
Upvotes: 1