Hello Every One!
Can someone please point me in the right direction of how to rewrite some URLs to a cgi?
EG:
http://www.domain.com/paramater/value/paramater2/value2
to
http://www.domain.com/cgi-bin/script...amater2=value2
Thanks in advance
Printable View
Hello Every One!
Can someone please point me in the right direction of how to rewrite some URLs to a cgi?
EG:
http://www.domain.com/paramater/value/paramater2/value2
to
http://www.domain.com/cgi-bin/script...amater2=value2
Thanks in advance
In apache: http://httpd.apache.org/docs/2.0/misc/rewriteguide.html
In IIS, it's the "URL Rewrite" section of your IIS Manager. They also have a downloadable module ( http://www.iis.net/download/urlrewrite ), though I'm not sure what the difference between that and the manager section is -- maybe it's an optional feature?