Reputation: 509
I have been trying to resolve one issue regarding broken image in WordPress website. Things what I have covered or you need to know to find out this issue are:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Please suggest best possible solution for the same.
Upvotes: 1
Views: 262
Reputation:
It could be a database problem where the images keep the localhost address.
Try duplicator plugIn:
Upvotes: 0