i need a develop ajax based browsing, for example www.mysite.com/#articles?type=1, www.mysite.com/#articles?type=2 etc. are urls for ajax based browsing, but when i write this link in new IE window i must get rid of # sign:
www.mysite.com/#articles?type=1 =>>> www.mysite.com/articles?type=1
how...