• New install suddenly gone down hill.

    A lot of the WordPress icons are blank but still show hover text – tried a few things from the forum – different browsers, re-install etc. No joy

    Now all the media library items don’t display either – no thumbs nor displayed when inserted into posts. This is both new and existing items.

    The permissions on the folders are indentical to other WP sites but i get issues when i try and access a file directly

    /wp-content/uploads/2012/08 for exmaple has items in it which are visible via FTP but direct access from a browser to /wp-content/uploads/2012/08 just shows “Parent directory”

Viewing 1 replies (of 1 total)
  • Thread Starter jellied

    (@jellied)

    Ah – found the problem i think but not the solution

    my .htaccess looks like this, never seen one like this before:

    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^https://xxxx.myzen.co.uk/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^https://xxxx.myzen.co.uk$ [NC]
    RewriteCond %{HTTP_REFERER} !^https://www.xxxx.myzen.co.uk/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^https://www.xxxx.myzen.co.uk$ [NC]
    RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ – [F,NC]

    # BEGIN WordPress

    # END WordPress

Viewing 1 replies (of 1 total)
  • The topic ‘Blank icons in WordPress/generel media issues’ is closed to new replies.