Images not showing after migration
-
Hi,
after migrating from my localhost environment to a live server, images and videos that I put inside template files seem to be broken:
You can see here:
https://www.unfoldingpotential.ca/For example, the images have the source “images/logo.png” in the code but when I inspect them the Chrome console is showing the error:
Failed to load resource::ERR_CONNECTION_REFUSED https://localhost:8888/00Web/UnfoldingPotential/_WEB2/images/logo.png
I used “WordPress Migrate DB” for the migration, and even searched the entire database for the path in question: https://localhost:8888/00Web/UnfoldingPotential/_WEB2
but it showed no results.I don’t know what to do… why is WordPress looking for my images on the localhost?
Below is my .htaccess file (which I never understand) if it is a clue…
Thanks in advance!
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
- The topic ‘Images not showing after migration’ is closed to new replies.