Window Security pop up while downloading word document from WordPress Website

I have a wordpress website which provides a download link to a word document. When user clicks on the download link in IE-9 a windows security pop up is shown to user. It works fine in all the other browsers.

I have done some search and found that it is due to some security settings in IE-9.
Is there any way I can overcome this setting because all the users will mostly have this security setting?

Read More

UPDATE This problem comes only if user selects open. If user selects save or save as option from the Save dialog it works fine.

This is the security pop up

enter image description here

Related posts

Leave a Reply

2 comments

  1. This answer provides a server side fix, if you are running IIS. The issue is that the security popup appears when a user tries to open a Word document through IE9, rather than straight download it.

    …We have the setup on IIS7 and elected to disable ‘WebDAV’ (All updates are done by uploading the files anyway). To do this open IIS7, select either the server or the site and click the “Request Filtering”. Action – Deny Verb… and enter PROPFIND. Create another for OPTIONS. I found that the server did not need a reboot and it was fixed straight away. Hope that is useful to someone. -Stuart

    Credit goes to Stuart from the Moodle forums: https://moodle.org/mod/forum/discuss.php?d=143111

  2. Resolved this. The Internet explorer does not handle word files properly so I implemented a PHP script for explicitly downloading the files and it worked