Redirect all pages within a directory

  • Thread starter Thread starter Samuel
  • Start date Start date
Hi

I am looking for a way to redirect all pages within a virtual directory to 1
page or in other words to do the following when user types any of the
following

1.www.abs.com/product/12345
2.www.abs.com/product/abcdet
3.www.abs.com/product/RTYUTR

They will all be directed to the same .aspx page

Is it possible and where does it have to be implemented?

Thank you,
Samuel

Hello:
You can use http refresh too.
http://en.wikipedia.org/wiki/URL_redirection#Refresh_Meta_tag_and_HTTP_refresh_header
 
Back
Top