Click to See Complete Forum and Search --> : htaccess SEO URL rewrites


cm132
05-16-2011, 07:45 AM
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.pl?paramater=value&paramater2=value2

Thanks in advance

svidgen
05-16-2011, 09:03 AM
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?