Image is there, but won't show up.

Discussion in 'Apache' started by gotmedia, Aug 22, 2008.

  1. #1
    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?
     
    gotmedia, Aug 22, 2008 IP
  2. NatalicWolf

    NatalicWolf Peon

    Messages:
    262
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    NatalicWolf, Aug 22, 2008 IP
  3. kulinar

    kulinar Member

    Messages:
    45
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #3
    Checking the directory
    http://hotvibes.com/images/flash/
    Code (markup):
    shows that there is only Thumbs.db file and no image files.
     
    kulinar, Aug 24, 2008 IP