|
Posted by Rik Wasmus on 10/26/07 22:01
On Fri, 26 Oct 2007 23:39:14 +0200, Kevin Blount <kevin.blount@gmail.com>
wrote:
> AddType application/x-httpd-php .png
> RewriteEngine On
> RewriteRule .png /phpsigs/create-sig.php
>
>
> basically just redirects all .PNG requests to a single PHP script, I
> can then grab the file name, etc and personalize the image being
> returned.
Hmm, either parse png's for code, or rewrite the url's. Doing both is just
silly, so I'd lose the AddType...
--
Rik Wasmus
[Back to original message]
|