Redirect to homepage if attmpting to leave intranet [closed]

Well, I’m not sure if this is the solution or not but the .HTACCESS might be useful. You can ensure only IP: xxx.xx.xx can view the site and then deny others.

IF this is helpful, place this in your htaccess file. You will of course want to update the ip address below to the access granted to said wordpress site.

    Allow from 111.11.11.1
    Deny from all