I recently bought a Windows 10 machine and now I want to run a server locally for testing a webpage I am developing.
On Windows 7 it was always very simple to start a HT
Ok, so different commands is apparently needed.
This works:
C:\pathToIndexfile\py -m http.server
As pointed out in a comment, the change to "http.server" is not because of windows, but because I changed from python 2 to python 3.