OK, with your help I'm getting closer! I found that the issue relates to a URL in a custom module. I am using TinyMCE as the editor. I am coding the URL as "index.php/path/to/php" and when you click on the link from the front end it resolves to
mydomain.org/index.php/path/to/php
". So this works fine if you have initially logged on to
mydomain.org
But if you initially log in to
www.mydomain.org
then as you point out you are sent to a different domain when you click the link. So this will happen on any browser I think, not just Safari on iPad. So now I'm thinking the issue might be a config option in TinyMCE, although looking through the documentation I don't see where you can tell it to include or exclude the "www" portion based upon the base URL.