I would like to be able to go to 127.0.0.1/multimedia/any_file.ext
and see it like any other folder in htdocs. Here's what I'm trying in the configuration:
Alias "multimedia" "F://public_vids/"
<Directory "F://public_vids/">
Options +Indexes
Order allow,deny
Allow from all
</Directory>
I've read the docs on the Apache website but not able to get it to work.