Hi Alberto,
>> how do I do it?
nothing to do. put the HTML file in the web folder, and then simply call it by name in the address bar (or from any URL link.)
For example, if the file bruce.htm is in the web folder, then you can do
http://127.0.0.1:88/bruce/htm>> the NTWS will serve it without seting nothing on it?
correct.
(You can make it "parse" the page as well if you like - but that's another discussion)
>> which page will then be the initial page on the NTWS?
simply use that page name (and extension.) So If the "Default Page" setting is
'bruce.htm' then that's the page which will be served as the default.
>> if I change it, why the NTWS will serve the index.html instaed of the default initial page?
There is no "default initial page" procedure. there's only the "Default Page" Setting in WebServer. And that's just a URL - it's not bound to any procedure.
(Note that your indexPage procedure may have the Page Name set as Index.HTM. In which case it will override any static file called Index.Htm )
All of this is true - but also is all (usually) not recommended. It's much better to include _snippets_ inside an Indexpage procedure, not a whole page, but hand-coded snippets which are included on the page using <!-- Net:f:something -->
(These snippets should then be saved as utf-8 )
cheers
Bruce