I have searched about this topic on Google but mostly I got the result how to unblock website blocked by ISPs. So, I have a website that is being blocked from viewing by audiences and when I go to my domain www.mydomain.com
, it will redirect all users to www.mydomain.com/blocked.aspx
and there is a message appear that 'this site is blocked as it violates the national laws.' If I change my DNS to google DNS, the site can be viewed normally.
I'm using WordPress to host this website, and my question is, how can the ISPs redirect other people into another directory such as /blocked.aspx
? I think this file is running on Microsoft IIS Server instead of Apache Server.
I hope I can get the technical understanding about this.