From jasond at benchmade.com Tue Jun 12 13:45:38 2007 From: jasond at benchmade.com (Jason Delaplain) Date: Tue, 12 Jun 2007 13:45:38 -0700 Subject: [Locallink] LocalLink Problem Message-ID: LocalLink doesn't work for me. Still shows security message when trying to view web page http://localhost/ Windows Server 2003 Mozilla Firefox 2.0.0.4 Is there an easier way to allow viewing/navigating my localhost? Jason ...................................................... Jason Delaplain Webmaster P. 503-655-6004 F. 503-655-7922 E. jasond at benchmade.com W. http://www.benchmade.com/ Benchmade Knife Company ...................................................... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mozdev.org/pipermail/locallink/attachments/20070612/81cd7cf3/attachment.html From locallink-owner at mozdev.org Wed Jun 13 09:40:13 2007 From: locallink-owner at mozdev.org (Michael J Gruber) Date: Wed, 13 Jun 2007 18:40:13 +0200 Subject: [Locallink] LocalLink Problem In-Reply-To: References: Message-ID: <46701DED.30302@mozdev.org> Jason Delaplain venit, vidit, dixit 12.06.2007 22:45: > LocalLink doesn't work for me. Still shows security message when trying > to view web page http://localhost/ This is not a local link: it's a remote URL which happens to point to localhost. A local link would be of the form: file://localhost/etc Michael From jasond at benchmade.com Wed Jun 13 09:57:58 2007 From: jasond at benchmade.com (Jason Delaplain) Date: Wed, 13 Jun 2007 09:57:58 -0700 Subject: [Locallink] LocalLink Problem Message-ID: Hi Michael, I tried that as that's what I thought, but it doesn't load anything-- just blank. I'm using Firefox's latest browser version. Any ideas? For example, I don't want to be restricted to using IE for my local development testing. URL's such as http://localhost:123/index.aspx don't work in firefox for me. Thank you for your time. Jason ...................................................... Jason Delaplain Webmaster P. 503-655-6004 F. 503-655-7922 E. jasond at benchmade.com W. http://www.benchmade.com/ Benchmade Knife Company ...................................................... >>> Michael J Gruber 6/13/2007 9:40:13 AM >>> Jason Delaplain venit, vidit, dixit 12.06.2007 22:45: > LocalLink doesn't work for me. Still shows security message when trying > to view web page http://localhost/ This is not a local link: it's a remote URL which happens to point to localhost. A local link would be of the form: file://localhost/etc Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mozdev.org/pipermail/locallink/attachments/20070613/d5ccd06b/attachment.html From locallink-owner at mozdev.org Thu Jun 14 08:04:13 2007 From: locallink-owner at mozdev.org (Michael Gruber) Date: Thu, 14 Jun 2007 17:04:13 +0200 Subject: [Locallink] LocalLink Problem In-Reply-To: References: Message-ID: <467158ED.4020402@mozdev.org> Jason Delaplain venit, vidit, dixit 13.06.2007 18:57: > Hi Michael, > > I tried that as that's what I thought, but it doesn't load anything-- > just blank. I'm using Firefox's latest browser version. 2.0.0.4. People might argue hether this is the latest ;) > Any ideas? For example, I don't want to be restricted to using IE for my > local development testing. URL's such as > http://localhost:123/index.aspx don't work in firefox for me. I'm still confused. Which of the following are you trying: A) accessing a web page by going to the URL http://localhost:123/index.aspx B) following a link which is contained in the web page served from http://localhost:123/index.aspx A) has nothing to do with "local links". B) might have to with local links if the link which you're trying to follow begins with "file://". If you simply want to view files on your local hard disk then use "Open file" from the file menu. It will also show you the url that your browser expects. Michael