News Feed
Jobs Feed
Sections




News Archive
Kae Verens' Blog:
Serving files through a script
January 14, 2009 @ 09:37:55

Kae Verens has posted a quick tutorial about serving up files by routing them through a "fetch" script, pulling their contents in one side and back out the other.

One thing I need to do while building the multi-user version of webme is to convert it so file references such as /f/photos/an_image.jpg get transparently converted so they serve correctly, even though the actual file may be located somewhere entirely else.

There's two steps involved - rewriting the URL request for the types of files you'd like to pull through the script (using some mod_rewrite magic in Apache) and make the script to do the actual work. Source for that is included too. Not only can something like this help you keep things organized but it also allows for extra security if you need to store the files outside of the webserver's document root.

0 comments voice your opinion now!
serve file script modrewrite output buffer readfile


blog comments powered by Disqus

Similar Posts

PHPro.org: Read Line From File (stream_get_line)

Paul Gregg's Blog: "tail -# file" in PHP

DevShed: Setting Up a Web-Based File Manager: PHPfileNavigator2

Tiger Heron Blog: First steps with PHP - booting a script, Part 2

PHPBuilder.com: Dynamic XML with PHP


Community Events











Don't see your event here?
Let us know!


introduction release unittest testing zendframework2 code framework tool opinion functional conference api example composer podcast development community series interview language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework