Accessing local files through an http:// address
- by RexE
I would like to access a folder of mp3 files on my local Windows machine through http:// addresses. For example, typing http://localhost:9999/songs/test.mp3 into my browser would play test.mp3, which sits in a specified folder on my C: drive. What is the very simplest way to do this?
(Background: a program I'm using wants me to enter the URLs of…