Hey guys... I've got a site running on Wordpress. All of the images in the content are referenced by the entire url (http://www.domain.com/images/image.jpg). The problem is, when trying to hit the site using "https", users obviously get the SSL Warning message about the page containing unauthenticated content.
I could change them ALL to https, but that would entail going through like 100 pages and changing all of them.
Is there anything I can do it .htaccess that will rewrite the references to any images (or in some cases, css files, also) to "https"?
Or is that impossible?
thanks in advance...