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

DevShed: Developing a Modular Class For a PHP File Uploader

DevShed: Building an RSS File

ProDevTips.com: HTML entity encoding everything

Mikko Koppanen's Blog: Fake uploading files

Slawek's Blog: Efficient file serving in PHP application with nginx


Community Events











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


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

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