Using
in a file server, calling the server ip from a browser displays the files in the www directory, with "Directory:/" header.
How can I change the design of this page ?
I can view the source but where is the place to change it ?
B4X:
srvr.StaticFilesFolder = File.Combine(File.DirApp, "www")
How can I change the design of this page ?
I can view the source but where is the place to change it ?