Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #31992
| Path | csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | "Mel Smith" <syntel@cox.net> |
| Newsgroups | comp.lang.javascript |
| Subject | Re: Firefox external script files question |
| Date | Mon, 26 Dec 2016 16:01:02 -0700 |
| Lines | 31 |
| Message-ID | <ecdlpjF9r3kU1@mid.individual.net> (permalink) |
| References | <ecd1g0F53pqU1@mid.individual.net> <270dc0e3-ecd1-4965-acd9-c2a2921f393f@googlegroups.com> |
| X-Trace | individual.net 4Eftrkr0Svwj4kPb9c5+IgmSeFCdvdbsSUld+kkDdCX4vBLV7G |
| Cancel-Lock | sha1:kU1Wl/+jnGajIOZ58k1isH8r3Ss= |
| X-Priority | 3 |
| X-MSMail-Priority | Normal |
| X-Newsreader | Microsoft Outlook Express 6.00.2900.5931 |
| X-RFC2646 | Format=Flowed; Original |
| X-MimeOLE | Produced By Microsoft MimeOLE V6.00.2900.6157 |
| Xref | csiph.com comp.lang.javascript:31992 |
Show key headers only | View raw
Michael said:
> You're on Windows... Use IIS and save yourself this drama (or an IDE that
> creates an http://localhost:xxxx url for you)
>
> The "problem" is due to new security constraints in some browsers that
> treat file system paths as different domains.
>
> 1. Enable IIS
> <https://www.iis.net/learn/install/installing-iis-7/installing-iis-on-windows-vista-and-windows-7>
> 2. Create a new local website:
> <https://www.iis.net/learn/get-started/getting-started-with-iis/create-a-web-site>
> 2a. I suggest using your login credentials for the website binding to
> avoid filesystem access errors
> 2b. I also suggest the url format be of a form without a TLD:
> <http://my-site>
> 3. copy the url you created and put it in your hosts file:
> <C:\Windows\System32\drivers\etc\hosts> and point the IP address to
> 127.0.0.1
> 4. Profit. Your webpage can now run like a normal one on the interwebs.
Hi Michael:
Because I'm running / testing corrctly now, I'll leave your detailed
suggestions until life settld down a bit.
Thank you.
-Mel
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Firefox external script files question "Mel Smith" <syntel@cox.net> - 2016-12-26 10:14 -0700
Re: Firefox external script files question "Mel Smith" <syntel@cox.net> - 2016-12-26 10:49 -0700
Re: Firefox external script files question "Mel Smith" <syntel@cox.net> - 2016-12-26 11:01 -0700
Re: Firefox external script files question Luuk <luuk@invalid.lan> - 2016-12-26 19:57 +0100
Re: Firefox external script files question "Mel Smith" <syntel@cox.net> - 2016-12-26 12:48 -0700
Re: Firefox external script files question Luuk <luuk@invalid.lan> - 2016-12-26 20:56 +0100
Re: Firefox external script files question "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-12-26 12:50 -0800
Re: Firefox external script files question "Mel Smith" <syntel@cox.net> - 2016-12-26 16:01 -0700
Re: Firefox external script files question JJ <jj4public@vfemail.net> - 2016-12-27 15:14 +0700
csiph-web