View Single Post
  #4  
Old 01-28-2013, 03:03 PM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,337
%

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.
Reply With Quote