I have a page in my fine working DNN 8.0 site called 'program' with no complex content on it.
Due to usage of a javascript third party tool, this 'program' page is requested with something like this:
http://www.domainname.com/program?/a=1&b=2&c=3&d=4
My website generates a HTTP 302 (redirect) response and directs the request to:
http://www.domainname.com/program/a1/b/2/c/3/d/4
If I want to generate a HTTP 200 (OK) response for http://www.domainname.com/program?/a=1&b=2&c=3&d=4 without letting DNN modify the requested url for only this one page, is this possible?
I think I need to add a rule in the friendly url settings, but I'm not sure if this solves my problem.
If I can solve it with a new rule, can anybody tell me what to enter for the rule?
Thx!