url rewriting - Why any URL end with inco.in redirect to same page? -


You can check it with any URL and connect it with inco.in And you can find it once you find the search page. Why and how is this happening?
This is an image of the redirected web page. web page image

Probably,

Webpage owner inco.in use simple .htaccess redirect

  RewriteEngine at RewriteCond % {HTTP_HOST} ^ inco.in [NC] revised rule ^ (. *) $ Http://inco.in/$1 [L, R = 301, nc]    < / Html>

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -