php - mod_xsendfile with file url -


the apache mod_xsendfile download script want download file url

 header("x-sendfile: http://site.com/a.zip"); 

but not work. shows error 404.

can me code?

mod_xsendfile doesn't work that. can send files on local filesystem.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -