Some images serving, others not
-
Hello!
My client has a WordPress 4.0 site on GoDaddy. I uploaded some content to a newer directory (
uploads/09
), and saw that the images when directly accessed were returning a 404 error. I checked the images in theuploads/02
and they were loading, so I moved the files fromuploads/09
touploads/02
and they’re still returning a 404 error.Below is the .htaccess file in the root directory:
# 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
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Some images serving, others not’ is closed to new replies.