Search results

  1. T

    4.0 and upload progress bars

    I've been closing following these forums as well as Google for any news on the ability to support upload progress bars with Litespeed and Ruby on Rails. I understand that it should now support it - but where should I look? What needs to be done to get some of the existing progress bar code to...
  2. T

    blocking access to files and ORG_REQ_URI

    Update: thanks, got it to work by placing that rule in the rails context and forgetting about the .htaccess files Perhaps it would be nice to be able to serve internal redirects for files that aren't in /public...
  3. T

    blocking access to files and ORG_REQ_URI

    I am trying to block access to a directory containing files which I want to use internal redirect to deliver. I tried placing this line in the rewrite rules for the Rails virtual host: RewriteCond %{ORG_REQ_URI} ^/aaadownloads/ RewriteRule ^/aaadownloads/ - [R=403,F] But it appears to do...
Top