Broken images
-
Hey,
Yesterday I was building my WordPress website without any problems. Uploading new images worked like a charm.
Now today, I can not get my images back to work. My old images which I uploaded yesterday still work fine. But when I try to upload new images it gives the broken image in my Media Library, and when I ask him to open the link i get a Page not found 404 error.
I’ve searched around, and i get that my files need to be 644 permission, and my folders 755. Even when i put 777 on folders and files it doesn’t work.
I’ve reinstalled wordpress.
I’ve cheaked both in chrome and safari
I’ve deactivated all plugins, didnt work
I’ve cheaked where my upload folder is (wp-content/uploads), seemed fine to me.
I’ve cheaked htacces
(# 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)
I dont know what else i cant do. My hosting says they cant help me (strato.nl)
- The topic ‘Broken images’ is closed to new replies.