searchbliss
Starting Member
45 Posts |
Posted - 22 December 2009 : 14:10:56
|
Google webmaster tools sees .../forum/ and .../forum/default.asp as duplicate content. I have IIS7 so when I set up a 301 redirect in my web.config, it works fine until I go to the default.asp (sub forums) with a query string, which is needed. It just redirects that as well. Here's the web.config (iis7): <location path="forum/default.asp"> <system.webServer> <httpRedirect enabled="true" destination="http://www.searchbliss.com/forum/" exactDestination="true" httpResponseStatus="Permanent" /> </system.webServer> </location>
Here is what I don't want reditrected (default.asp with a query string): .../forum/default.asp?CAT_ID=7
Is this possible??? |
Web Tools | Webmaster Forums | Webmaster Blog |
|