I am trying to serve some files in the most secure fashion using Litespeed's INternal Redirect that I read about here: http://litespeedtech.com/support/wiki/doku.php?id=litespeed:wiki:feature:internal_redirect
When from my controller I send:
headers['Location'] = "/path/to/file"
It doesn't seem to flow through to the web server as I am reading through the logs. Does anyone have any experience with this... or perhaps some ruby code that may show an example of this.
Thanks in advance!
When from my controller I send:
headers['Location'] = "/path/to/file"
It doesn't seem to flow through to the web server as I am reading through the logs. Does anyone have any experience with this... or perhaps some ruby code that may show an example of this.
Thanks in advance!