I have a PHP script located at http://sb1.dev.codeanywhere.net/~a70097sb/hc/onlinestatus/image.php that requires two GET variables: ign an
http://sb1.dev.codeanywhere.net/~a70097sb/hc/onlinestatus/image.php
GET
ign
Try something like that:
RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.mysite\.com [NC] RewriteRule ^hc\/onlinestatus\/(.*)\/(.*)\.png /hc/onlinestatus/image.php?style=$1&ign=$2 [NC,L]