Hi, got a question,
We currently have URLs in the following format:
http://host/page.cfm?arg1=val1&arg2=val2Trying to make them more SEO friendly while keeping old incoming links, we plan to use ISAPI Rewrite to allow us to start using:
http://host/page.cfm/arg1/val1/arg2/val2 to rewrite to the above URL.
However, both URLs would then be functional, so we're concerned about the duplicate content issue. Is there a way to have ISAPI Rewrite in place for the new URL and at the same time somehow place permanent/301 redirects on the old style?
Thanks
Reply With Quote