Hi Experts,
I hope all are doing good. I have a requirement in one of my project where I need to make my site SEO Friendly. I tried it in one way using IIS URL ReWrite Module by following the instructions from the below URLs...
http://iis-seo.martinnormark.com/
http://www.iis.net/download/urlrewrite
I want to get HTTP Response Code 200 instead of 302.
But it did not worked for me. Coming to the details...
Our proposed URL is "http://mysite.myDomainName.net/" .It has default home page called 'default.aspx'. So, as of now, if user enters URL address 'http://mysite.myDomainName.net' then my URL is rewritting it as ... http://mysite.myDomainName.net/default.aspx'.
But, we dont want to display it because 'http://mysite.myDomainName.net/default.aspx' is NOT SEO Friendly and it will degrade my Website ratings.
I want to show my URL address as 'http://mysite.myDomainName.net/'.
In this regard, I have configured 'User Friendly URL' in my IIS but it did not worked at all. My IIS version is 7.5 on Windows Server 2008 R2.
If any one has come across this, please let me know how you have resolved this or links associated with this.
Please help me out in this regard...
Thanking you all in advance,
Chakris