Windows Vista Tips

Windows Vista Tips > Newsgroups > Internet Explorer > IE7 Redirect UNC Path

Reply
Thread Tools Display Modes

IE7 Redirect UNC Path

 
 
Mark
Guest
Posts: n/a

 
      12-18-2006
A note before reading this, all source code is PHP and all applications are
available on the intranet only.

In one of our inhouse custom web applications that our employees use,
it will bring up a file listing for particular item when they click a
button. More or less when the click the button a windows explorer window
pops up directly pointing to the UNC path so they can view all files and
folders associated with the particular item in question.

(all our source code is PHP)

Source example:
header("Location: \\\\servername\\products\\pid");


I can goto the location bar and type in \\servername\products\pid manually
and a
window opens and shows the contents. if they click the button (in IE7) a new
window opens and page can not be displayed shows up.

I know this works in IE6 if we uncheck 'Show Friendly HTTP Error
Messages" in Internet Options Advanced Settings. I believe this in the
the browsing section of Advanced settings.

We are starting to move people over to the IE7 now because they are
getting Vista (but still does not work in XP IE7 either). Is there
another setting I should have in Internet Options? Or is IE7 not going to
allow this what so ever.

Any help appreciated as this issue will only grow as we release IE7.

Thanks

 
Reply With Quote
 
 
 
 
Rob ^_^
Guest
Posts: n/a

 
      12-19-2006
Hi Mark,
I will have a try to give you some ideas, I am not strong on unix web apps.

First do this in IE7 - enter ftp.microsoft.com in the Address bar

You should get a directory listing from the MS ftp site. It will have
instructions on it on how to view the directory in the Windows Explorer with
the classic folder view. I assume this is similar to what you want to
present to your users.

I think that the solution may be to set up a ftp site on your Intranet and
to place all of the unc directories that your users access under the control
of ftp or if this is already in place then to allow them browsing access to
those directories.

There is a setting on the Advanced tab of Inernet Options - Enable FTP
folder view (outside of Internet Explorer) , but I think that just enables
the Page menu option to view the folder in Windows Explorer.

Regards.
"Mark" <> wrote in message
news:20DB67FD-BFFF-4C79-AFEC-...
>A note before reading this, all source code is PHP and all applications are
> available on the intranet only.
>
> In one of our inhouse custom web applications that our employees use,
> it will bring up a file listing for particular item when they click a
> button. More or less when the click the button a windows explorer window
> pops up directly pointing to the UNC path so they can view all files and
> folders associated with the particular item in question.
>
> (all our source code is PHP)
>
> Source example:
> header("Location: \\\\servername\\products\\pid");
>
>
> I can goto the location bar and type in \\servername\products\pid manually
> and a
> window opens and shows the contents. if they click the button (in IE7) a
> new
> window opens and page can not be displayed shows up.
>
> I know this works in IE6 if we uncheck 'Show Friendly HTTP Error
> Messages" in Internet Options Advanced Settings. I believe this in the
> the browsing section of Advanced settings.
>
> We are starting to move people over to the IE7 now because they are
> getting Vista (but still does not work in XP IE7 either). Is there
> another setting I should have in Internet Options? Or is IE7 not going to
> allow this what so ever.
>
> Any help appreciated as this issue will only grow as we release IE7.
>
> Thanks
>



 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
chkinf bug: No )'s in the path so no DirectX in the path ddaniels@Linear Systems Windows Vista Drivers 2 06-05-2007 07:38 AM
about Irp Redirect through one pc. zengfeng Windows Vista Drivers 0 03-31-2005 10:43 AM
device path: how to get long device path instead of short? Eugen Windows Vista Drivers 3 07-27-2004 08:51 PM
Redirect USB to com? Len Albertsson Windows Vista Drivers 7 10-17-2003 02:43 PM
redirect Penny Windows Update 1 09-22-2003 11:59 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59