I have URLs with lots of parameters, here is an example that looks like this:
I would like to do a RewriteRule that redirects any request containing the string:
&custom
To a static HTML page such as:
http://www.mysite.com/foo.html
Can someone tell me if/how this is possible?
Thanks a lot!