April 2018
Beginner
714 pages
18h 21m
English
If you've set up a local HTTP server, create a file called version.txt in the root directory of the installed server. This file should contain a small piece of text such as "I am a file on localhost" or something similar. As you might have guessed, a real-life scenario could be to check whether there is an updated version of your game or application on the server. To test whether the server and the file are correctly set up, start a web browser and open http://localhost/version.txt. You should then see the file's content:
.If this fails, it may be the case that your server does not allow you to display text files. ...
Read now
Unlock full access