So, this image: http://hotvibes.com/images/flash/008.jpg is uploaded in that directory in the FTP. I have double checked it, trust me. And it just doesn't show up, UNTIL, I go to http://hotvibes.com/images/ and then click on the "flash" directory and click on the image. Now, I just started working on this site for a friend, her htaccess code contains: RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://hotvibes.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://hotvibes.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.hotvibes.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.hotvibes.com$ [NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC] # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress Code (markup): I did remove the whole .htaccess file though and the same thing happened, which yes does make me question why I'm posting in here, however; I can't imagine this not be an htaccess/apache problem? Thoughts?
The root dir has a .htaccess most likely...Recursively check the .htaccess files...Appears that /flash is the name of a file that is being ForceTyped as a flash swf...So check your directories.
Checking the directory http://hotvibes.com/images/flash/ Code (markup): shows that there is only Thumbs.db file and no image files.