I want my HTML page to link to a directory in a Samba share (protocol SMB/CIFS Windows share).
In my HREF I wrote file://server/Share2/folder3
Most browsers handle it fine (mount the share and open a file manager on folder3) except Internet Explorer 7 and Internet Explorer 8, which says Permission denied without even asking for a password.
What should I write in the HREF for IE7/8 to be able to open folder3?
Notes:
folder3 part.folder3 part.
smb.confon your Samba server that sets the properties for theShare2share. Also, what are the Unix file permissions for the filesystem directory where this share is hosted? (in other words: permissions for what is described bypath = ...in smb.conf) – pipitas Jul 31 '10 at 14:00