I have a site in asp and as you know asp is not case senstive. Because of this am facing a problem: Google is indexing my page with http://www.abc.co.uk/Phone_Deal.asp?Ph=White and http://www.abc.co.uk/Phone_deal.asp?Ph=White but in reality it is same page as different page. Plz how i can redirect to same page or when page with "Phone_deal.asp" this requested than 404 should be come.
markbishop, I would stick with a convention. Either go all lower case. Or utilise caps for the first letters of each word. Stick with one or the other.
As i know SE's are case sensitive for filenames, because the majority of webservers are running on a *nix Operating System which is case sensitive. So, these 2 are different. http://www.abc.co.uk/Phone_Deal.asp?Ph=White and http://www.abc.co.uk/Phone_deal.asp?Ph=White If your on Windows which is case insensitive all those have no prob but not on *nix host they could all different.
In case if your compititor gives url with different case and google take it as different url than you have same page with different url and your. Tell me what can do in this case. Plz give me the solution. This case is specially with ASP sites.