Hi,
I have an ASP site running off a windows server, (not IIS if that's relevant.)
We're doing a site re-design and removing the antiques side to the site, which basically contain a search criteria input page, search results pages showing upto 10 products per page and the product page.
The product page and search results pages are dynamically created and the URLs are "www.domainname.com/pages/search_results.aspx?dynamicstring.aspx" and the product pages are
www.domainname.com/pages/product_page.aspx?product_id=NNNN.
If I remove this area of the web site completely will a 301 redirect on the top level dynamic pages ie search_results.aspx and product_page.aspx be sufficient to re-direct traffic and PR , or do I need to put some kind of code in on each of these two pages, say if dynamic parameters <> "" then do a re-direct?
Thanks for any advice