What I need to get working:
Request:
http://site.com/ipdb/remote&url=http%3A%2F%2Fsite.com%2F&shortname=X
Rule:
RewriteRule ^remote&url=(.+?)&shortname=(.+?)$ /ipdb/?request=remote-access&url=$1&shortname=$2 [L]
The above rule is not working. Any solution?
What I've working:
Request: http://site.com/ipdb/dwnlds&dl=X
Rule:
RewriteRule ^dwnlds&dl=(.+?)$ /ipdb/?request=downloads&download=$1