How can i have the search not index both:
Page.asp
Page.asp?Sort=Asc
Page.asp?Sort=Dec
Can i do a filter for *Sort=*
If you want to skip all 3 pages, use,
in the skip list.Code:/Page.asp
If you want to only skip the bottom to pages, then use,
in the skip list.Code:?Sort=
----
David