Here's the contents of my file:
AddType application/x-httpd-php .png
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^http://(www.)?blackplastic\.org/sigs/stats/(.+)\.png$ http://www.blackplastic.org/sigs/stats.php?rsn=$1 [R=301,NC]
I know that
http://www.blackplastic.org/sigs/sta...n=blackplastic works, but
www.blackplastic.org/sigs/stats/blackplastic.png doesn't. Could anyone explain why and help me with this?