Viewing 1 replies (of 1 total)
  • Yes, but a better question may be why those images aren’t being loaded in the first place.
    You may want to add something similar to the following to your .htaccess file.

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^[^.]+\.[^.]+$
    RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [L,R=301]

    Just a suggestion.

Viewing 1 replies (of 1 total)
  • The topic ‘Can it work to update URLs from example.com to www.example.com’ is closed to new replies.