I need to configure a site running on IIS using Coldfusion to use slashes instead of question marks in the URL so that the site can be spidered by search engines. Right now when I change the URL (eg, from [
website.com...] to [
website.com...] IIS doesn't resolve it correctly and instead gives me a 404 error.
I know how to get CF to parse out the URL variables if I can just get IIS to pass on the request correctly. Does anyone know how to do this? Thanks!