Re: How can I suppress the web server creating default index.html?

2017-04-14 Thread Keisuke Miyako via 4D_Tech
just goto preferences > web > settings (path) and remove "index.html" > 2017/04/14 23:37、Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> のメール: > Can I suppress 4D's urge to create that page if it's missing? ** 4D Internet User

RE: How can I suppress the web server creating default index.html?

2017-04-14 Thread Justin Will via 4D_Tech
Kirk, Turn off 4D's web server in the settings of MSC and start the webserver programmatically and the folder will not be created. Like this... WEB SET OPTION(Web Port ID;80) WEB SET OPTION(Web HTTPS port ID;443) WEB SET ROOT FOLDER("MyWebFolderPathHere";Is text)) WEB START SERVER Justin

Re: How can I suppress the web server creating default index.html?

2017-04-14 Thread Kirk Brooks via 4D_Tech
Joshua, On Fri, Apr 14, 2017 at 8:02 AM, Joshua Hunter via 4D_Tech < 4d_tech@lists.4d.com> wrote: > a) Use WEB SET ROOT FOLDER to change the web root on startup to an empty > directory > ​Just thinking out loud - I have heard other's talk about this approach and I like the idea but wouldn't it s

Re: How can I suppress the web server creating default index.html?

2017-04-14 Thread Kirk Brooks via 4D_Tech
Hi Joshua, On Fri, Apr 14, 2017 at 8:02 AM, Joshua Hunter via 4D_Tech < 4d_tech@lists.4d.com> wrote: > I haven't tried but could you either: > > a) Use WEB SET ROOT FOLDER to change the web root on startup to an empty > directory ​I might try this - it's not the way I designed it though...​ >

RE: How can I suppress the web server creating default index.html?

2017-04-14 Thread Joshua Hunter via 4D_Tech
I haven't tried but could you either: a) Use WEB SET ROOT FOLDER to change the web root on startup to an empty directory -or- b) delete the file after it is created on startup Joshua Hunter jos...@dwdev.com (425)673-1974 www.dwdev.com Dataworks Development, Inc. Providing secure and configurable