Missing forward slash / for media filepath
-
Hi,
Recently, I bring down our site http://www.internationalshipcare.com to localhost using All In One WP Migrator. It seems fine. However, images are not shown due to url error. My site is at http://localhost/isc
I can confirmed the issue. Media are all uploaded but the url path got an error.
For example:
src=”http://localhost/iscwp-content/uploads/2022/08/ship-layup-guide.jpg”
Correct
src=”http://localhost/isc/wp-content/uploads/2022/08/ship-layup-guide.jpg”Look for missing forward slash / after home directory.
Please help. Thank you.
The page I need help with: [log in to see the link]
The topic ‘Missing forward slash / for media filepath’ is closed to new replies.