0

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.

enter image description here

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. enter image description here

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 ?

Community
  • 1
  • 1
D Simm
  • 130
  • 1
  • 1
  • 12

1 Answers1

1

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

  • Thank you for the much awaited reply!. However this doesn't seems to help. I have used Insert Link button to create the links to EXE files but NO luck till now. Also, the link is generated the same as you have mentioned but still when viewed on a browser, it doesn't works – D Simm Feb 05 '16 at 10:10
  • what is the portal version? – A Khandelwal Feb 15 '16 at 05:52
  • How to check the Portal Version ? Apologies, Im new to this WCM – D Simm Apr 04 '16 at 12:30