I have a question on how to detect a domain url using Javascript and redirect url.
My point is to redirect url if the url is not my domain. (Eg. my domain is website.com. if the domain is not website.com, it will redirect to website.com.)
I think this will help me against Httrack or other web copier. This will redirect their url if my file is on their site.
Thank in advance.