• I have a fresh install of WP 4.0. While writing first post I’m unable to add media.

    In another thread regarding the same issue it was thought to be a possible corrupt .htaccess file. In my site directory(ies) I found two .htaccess: ._.htaccess and .htaccess

    The code in the .htaccess is as follows:

    Order Deny,Allow
    Deny from all
    <FilesMatch “^(form|akismet)\.(css|js)$”>
    Allow from all
    </FilesMatch>
    #allow access to any image
    <FilesMatch “^(.+)\.(png|gif)$”>
    Allow from all
    </FilesMatch>

    Not at all what’s shown in the link from an previous thread post.

    In that same thread it was narrowed down to plugins but since I have a fresh install, I have no active plugins.

    v/r BKP

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Cannot add Media’ is closed to new replies.