SSL Unsecure items. HELP !!!
Hi. I'm Jeff and I'm new to this forum, anywhooo...
I am working on a large ASP site. The site has four main directories, and within each directories has 10 subdirectories, each subdirectory with 10 or so files, each with many images.
The client has just applied SSL security to the entire site.
Problem is...
Every file references images relative to the current directory.
Example: "<img src = "/images/blah.gif">
Every single webfile that gets opened has that "some contents may be unsecure" message.
I realize I can just re-type all the image references as "<img src="https://sample.com/images/blah.gif">
But I would have to literally go through hundreds of files, re-typing every instance where an image is being referenced. And, no I cannot just do a "replace by", since all the files are in different subdirectories.
Is there an easier way to do this? Is there?
Any help with this issue would be very much appreciated. Thank you
Sincerely,
Jeff
|