I want to use RunOnDownload option in Directory Settings and my settings are:
Directory{
Path = /START_PATH/temp/abcd.txt
RunOnDownload = /START_PATH/temp/program
}
But when i give URL "https://ip-address/temp/abcd.txt" on browser, it simply downloads abcd.txt and do not run "program".
WebsiteRoot is set to "Website = START_PATH"
What should i do so that "program" run. Plz help.