from the following url :
http://www.mywebsite.com/default.aspx
I want to remove the default.aspx so the url will look like :
http://www.mywebsite.com/
I need a quick and clean way to do this , and I only need to do this with default.aspx page and no ther pages . thanks in advance .
my_url = "http://www.mywebsite.com/". Bam! Removed!