Forum Moderators: open
I found some sample 404.asp code and created a script to generate '404 redirects', from my DB. The generated redirects are then inserted into the 404.asp handling code.
This sends users from the non-existant (very friendly looking) URL: www.site.com/product123.htm to the existing URL: www.site.com/...blah/blah/.../product.asp?pid=1234 This is functional, but since I want these actions to be more user/spider friendly, I have 2 problems with this.
1) WOULD LIKE FINAL DISPLAYED URL to display the static looking product.htm URL after the redirect instead of the targeted page (as if using a Server.Transfer) - only I tried using server transfers and could not pass the '?pid=1234' (request string portion) using Server.Transfer, into the product.asp page.
2) WOULD LIKE ACTIVITIES TRANSPRENT TO SE's. -Returning 200 Status.
Each possibility I have tested so far has led me into a deeeeper hole. Be careful what you ask for - huh?
Thanks - Steve
I just checked out the isapi_rewrite page and am wondering if their Lite (free) version will work. Do you happen to have any experience with that one? Their little note about "no cache cleanup" for that version sounds a little worriesome.
Thanks again