Posted By smcculloch on 9/12/2006 3:46 PM Hmm, I'm not sure what the problem is, if a page is requested and the page url is rewritten on the server side (nothing to do with the client), why would the client notice anything different?
Your code ends up going through RewriterUtils.RewriteUrl right?
This is the area I am confused about as that's what I thought. However, it appears as if the server returns various codes to the agent such as 301, 302, 200, etc..... letting it know if it is a redirect, page moved, page not found, etc....and I think there is a code returned during url rewrites.
In the one case I found info on (apparently similar but different than my scenario) in asp.net 2.0 there is a bug in the framework which in some cases depending on how your page is rendered, with url rewriting (calling rewriteURL) it would return an invalid code by mistake so the search engine would not index it.
Jason
|