I have put this code to redirect nonwww to www.
When you will put this
http://pdnseek.com" target="_blank" rel="nofollow">
http://pdnseek.com it will get
redirected to
http://www.pdnseek.com/Default.aspx" target="_blank" rel="nofollow">
http://www.pdnseek.com/Default.aspx
But i want when anybody put
http://pdnseek.com" target="_blank" rel="nofollow">
http://pdnseek.com it should redirect to
http://www.pdnseek.com/ without Default.aspx
When i am putting this
http://pdnseek.com" target="_blank" rel="nofollow">
http://pdnseek.com it is getting
redirected to
http://www.pdnseek.com/Default.aspx" target="_blank" rel="nofollow">
http://www.pdnseek.com/Default.aspx and when i click on home page it is coming like
http://www.pdnseek.com/.
Pls help me how can i get rid of this Default.aspx from the url
http://www.pdnseek.com/Default.aspx" target="_blank" rel="nofollow">
http://www.pdnseek.com/Default.aspx. Default.aspx should not come while redirecting from non www to www and should not come on the click of logo and home page as well. There should be only 1 link for Home page and also on the click of logo and that should be http://www.pdnseek.com
Pls let me know how can i get rid of this Default.aspx from the url
http://www.pdnseek.com/Default.aspx" target="_blank" rel="nofollow">
http://www.pdnseek.com/Default.aspx. I need like this only http://www.pdnseek.com for SEO prospective.
Pls help me pls.
I have put this code and one dll -- UrlRewritingNet.UrlRewriter.dll
rewriteOnlyVirtualUrls="true"
contextItemsPrefix="QueryString"
defaultPage = "default.aspx"
defaultProvider="RegEx"
xmlns="http://www.urlrewriting.net/schemas/config/2006/07" >
rewriteUrlParameter="ExcludeFromClientQueryString"
destinationUrl="http://www.pdnseek.com/$1.aspx"
redirect="Domain"
redirectMode="Permanent"
ignoreCase="true" />