Web Clip and Favicon Not Showing

I just created my first website using RapidWeaver, Foundry and hosted by BlueHost. I currently have the site password protected while I wait for the overseas organization to approve content and modify placeholder data.

Everything is working properly except for the Web Clip (png) and favicon (ico) inserted into the General settings drop zone area using Rapid Icons. I saw a similar post related to this issue but it looks like everything is set up properly. I called BlueHost tech support and they couldn’t find any issue from their end.

The files as published by RapidWeaver are sitting in my root directory as apple-touch-icon.png and favicon.icon. When I view using the Safari Web Inspector, I see the following code, but nothing appears for the favicon or when trying to “Add to Home Screen” on my IOS device for the Web Clip.

Any suggestions would be appreciated.

Thanks

<link rel="icon" href="http://worldteampreahvihearcambodia.org/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://worldteampreahvihearcambodia.org/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="http://worldteampreahvihearcambodia.org/apple-touch-icon.png" />

Here’s the code.