Slash missing before WP-content & Some uploaded images are not showing?
For Example: URL: www.example.comwp-content/uopload/2017
In this website some images not working
Maybe it's a bit late for you OP, but anyone facing a similar issue and comes across this post, this may be because of a redirection rule in your web server.
I had http redirecting to https and my rule was missing the trailing slash in my new URL, e.g. for Apache:
<VirtualHost *:80>
Redirect permanent / https://www.example.com
...
Fix this by adding the trailing slash:
<VirtualHost *:80>
Redirect permanent / https://www.example.com/
...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With