Need a Concern
-
while shortening some article links of this site on MY Site Smal.US then I found some bug in your site Working URLs there are 4 normal ways to open every site site excluding https:// and https://www. : 1. codeproject.com 2. www.codeproject.com 3. http://codeproject.com 4. http://www.codeproject.com these are working well but when you enter article URL in the form 3 way for eg. have a look to this link article http://codeproject.com/Articles/491362/Comparing-Ruby-and-Csharp-Performance and https://codeproject.com/Articles/491362/Comparing-Ruby-and-Csharp-Performance It will redirect to error 404 page instead of article page this reducing your visit
-
while shortening some article links of this site on MY Site Smal.US then I found some bug in your site Working URLs there are 4 normal ways to open every site site excluding https:// and https://www. : 1. codeproject.com 2. www.codeproject.com 3. http://codeproject.com 4. http://www.codeproject.com these are working well but when you enter article URL in the form 3 way for eg. have a look to this link article http://codeproject.com/Articles/491362/Comparing-Ruby-and-Csharp-Performance and https://codeproject.com/Articles/491362/Comparing-Ruby-and-Csharp-Performance It will redirect to error 404 page instead of article page this reducing your visit
It's not a bug with CodeProject. CodeProject doesn't have an https version.
-
It's not a bug with CodeProject. CodeProject doesn't have an https version.
-
It's not a bug with CodeProject. CodeProject doesn't have an https version.
Actually, CodeProject pages have a setting which determine if HTTP or HTTPs is required for a page and will redirect to the correct protocol if required. Pages that handle sensitive user information, such a passwords, all (hopefully) require HTTPS.
-
while shortening some article links of this site on MY Site Smal.US then I found some bug in your site Working URLs there are 4 normal ways to open every site site excluding https:// and https://www. : 1. codeproject.com 2. www.codeproject.com 3. http://codeproject.com 4. http://www.codeproject.com these are working well but when you enter article URL in the form 3 way for eg. have a look to this link article http://codeproject.com/Articles/491362/Comparing-Ruby-and-Csharp-Performance and https://codeproject.com/Articles/491362/Comparing-Ruby-and-Csharp-Performance It will redirect to error 404 page instead of article page this reducing your visit
The urls codeproject.com, www.codeproject.com, http://codeproject.com, and http://www.codeproject.com all result in either a redirect or url rewrite (I can't remember which) to http://www.codeproject.com. This does not happen on other codeproject.com urls as this would result in multiple urls resolving to the same content (articles or messages). That is a bad thing for SEO and Page Ranking.
-
The urls codeproject.com, www.codeproject.com, http://codeproject.com, and http://www.codeproject.com all result in either a redirect or url rewrite (I can't remember which) to http://www.codeproject.com. This does not happen on other codeproject.com urls as this would result in multiple urls resolving to the same content (articles or messages). That is a bad thing for SEO and Page Ranking.
Chris tells me I am mistaken and that this is a bug to add to my list.