My Forum URL: http:/federer.forumotion.com
I have been using the PRU Url format (URL without http/https, e.g.: 'http://www.xyz.com') quite widely on our forum, but when I switched the forum yesterday from HTTP to HTTPS, many of those link no longer worked. Links that points directly to websites using the 'URL' code are OK, but all links in codes that use the format 'src="[URL]', like 'iframe', or '< img > no longer connect. I just get just a small 'x' icon type for images, or a blank in case of 'iframes'.
The task of modifying all those codes manually is daunting. Is there a way to add some CSS code or script that would have those URL recognized/accepted?
Or, if not, a script that would add the missing 'HTTPS:' to existing posts? The script would need to insert https: in front of the // in all codes containing src="// with the result being: src="https://
I have switched our forum back to HTTP protocol until I find a solution. I thank you for your help.
I have been using the PRU Url format (URL without http/https, e.g.: 'http://www.xyz.com') quite widely on our forum, but when I switched the forum yesterday from HTTP to HTTPS, many of those link no longer worked. Links that points directly to websites using the 'URL' code are OK, but all links in codes that use the format 'src="[URL]', like 'iframe', or '< img > no longer connect. I just get just a small 'x' icon type for images, or a blank in case of 'iframes'.
The task of modifying all those codes manually is daunting. Is there a way to add some CSS code or script that would have those URL recognized/accepted?
Or, if not, a script that would add the missing 'HTTPS:' to existing posts? The script would need to insert https: in front of the // in all codes containing src="// with the result being: src="https://
I have switched our forum back to HTTP protocol until I find a solution. I thank you for your help.