What I am trying to do is so
http://pytohost.com/stats/get_memory.php
is
http://pytohost.com/stats/get_memory.png
I was able to do it in apache no problem but I am stuck on lighttpd
From what I have gathered I though it should be
url.rewrite = ("^get_memory.php$" => "get_memory.png")
But thats not it, any ideas?