Trying to send emails with url links to people using Outlook.
When I include the IP address in the url
eg:
http://xxx.xxx.xx.xxx/path/database/view/uniqueid$editdocument
the recipient gets the "phishing" warning, however once approved, the link works as it should.
I've created a subdomain and directed it to the IP address of the server,
eg:
http://sub.domain.com/path/database/view/uniqueid$editdocument
and the 'phishing' warning is avoided, but the link now gets a url 404 error.
When in the browser, entering the subdomain does get to the right server, but not when I include a path/database etc.
What have I missed, or still need to do. Thanks in advance, Tom.