Hi. I have Drupal 7 installed in subdomain. All seem to be working fine, but when try to save content with a link that has http:// then Drupal will not save. Tried 7.x and 7.x-dev but both are having same result.
I have WYSIWYG module (tried both tinymce and then CKeditor - both having same result) but even when module is disabled and just put in html code with <a href="http://www.my-link.com">my-link.com</a>, for example, then save, it just goes back to edit mode and code change is stripped (reverts back to content that was there before save attempt).
It seems that I cannot save link with http:// as part of the link.
I can enter just www.my-link.com and that does save, but of course, this goes to http://subdomain.domain.com/node/www.my-link.com
I am using Full HTML as input. Drupal 6 installed on several other subdomains and that is all working fine.
Any thoughts?