We have a URL that needs to be redirected based on the values of two URL variables. The http request is as follows: http://img.ourserver.com/junk/imgfolder?var1=size&var2=imgname
. This URL should redirect to the following http://img.ourserver.com/imgfolder/size/imgname.png
We can do this either in an .htaccess file or the Apache conf file.
Thanks!