Here is my rule:
RewriteRule ^forward/?$ forward.php?url=$1 - [NC,L]
This is what I would like:
Browser URL: http://mydomain.com/forward/http://anydomainhere.com
Rewritten to: http://mydomain.com/forward.php?url=http://anydomainhere.com
This will be the last rule evaluated if a match is made. Right now it gives me a 500 error and I can't figure out why.