I need use lighttpd like a file server for specifics URL. For example:
http://www.test1/file1 for download (over http) file F1 http://test2/aaa?bbb for download file F2
http://test3:8080 for file F3 https:/test4/ccc/ddd for file F4 ...
Note use of differents ports and protocols http and https
I used redirect but doesn't work for me :(
I used lighttpd in Linux server and Firefox browser for testing. I expect that when I put in Firefox:
The browser download F1 file
And they same with another URL...
I appreciate any help
Thanks