secure download module ?

webizen

Well-Known Member
#4
%

in Apache, you need to have application (not webserver) generate .htaccess with rewrite on the fly to provide the protection. our test shows %{TIME} is not yet supported in LSWS. But you can use query string without %{TIME} in .htaccess for this. iow, when the url expires, have application update .htaccess rewrite rules to prevent the url from being accessed.
 
Top