Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.pac file on local c drive 1

Status
Not open for further replies.

dugr

MIS
Feb 20, 2004
14
US
Hello;
I'd like to put a pac file on my mobile user's local HDD and have IE reference the file whether the user is on the local network or traveling. I can't get IE to use the file when it is on the user's c drive.
I've tried:
c:\proxy.pac
file:///c:/proxy.pac
file://localhost/c:/proxy.pac

Most of the users have WinXP sp1 with IE6 sp1

What is the correct format??

Thanks,
Doug


 
Great!
Thank you.

BTW, I saw a post from about a month ago, someone asked about a proxy configuration for mobile users. This is the contents of the proxy.pac file which I am putting on mobile user's C drives:

function FindProxyForURL(url, host)
{
return "PROXY proxy.mydomain.com:8080; DIRECT";
}

It seems to work.

Thanks again,
Doug
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top