Re: [us...@httpd] restrict access to files

2009-08-09 Thread Evan Platt
At 11:54 AM 8/9/2009, you wrote: Well that is called hotlinking :) if the uri is accessed and does not come from "" or the own domain it's blocked, you can tweak it to include other file types than images and disallow empty referrals as well. Then I totally misunderstood. I thought it only blo

Re: [us...@httpd] restrict access to files

2009-08-09 Thread Jorge Schrauwen
Well that is called hotlinking :) if the uri is accessed and does not come from "" or the own domain it's blocked, you can tweak it to include other file types than images and disallow empty referrals as well. ~Jorge On Sun, Aug 9, 2009 at 7:38 PM, Evan Platt wrote: > At 10:13 AM 8/9/2009, you

Re: [us...@httpd] restrict access to files

2009-08-09 Thread Evan Platt
At 10:13 AM 8/9/2009, you wrote: This wiki article can be adapted to include other things than images as wel. http://wiki.apache.org/httpd/DisableImageHotLinking I believe what the OP was asking was that say there's www.example.com/image.jpg . If you type that URL in, you shouldn't be able to

Re: [us...@httpd] restrict access to files

2009-08-09 Thread Jorge Schrauwen
This wiki article can be adapted to include other things than images as wel. http://wiki.apache.org/httpd/DisableImageHotLinking ~Jorge On Sun, Aug 9, 2009 at 5:01 PM, Nina P. Gregorev wrote: > Hello, > > How can I restrict access to files when accessed via the url link? > > I have image files

[us...@httpd] restrict access to files

2009-08-09 Thread Nina P. Gregorev
Hello, How can I restrict access to files when accessed via the url link? I have image files that should be viewable within the site but shouldn't be viewable when a user type in the full url in the browser. Thank you. - The o