wp-uploads .htaccess problem

  • Unknown's avatar

    I have a problem with the images on my wordpress. I have changed recently to ssl and I don’t see any of my images or files of the media library. In my apache log I have found this.
    /usr/share/wordpress/wp-content/uploads/.htaccess: Require not allowed here, referer: https://www.my-domain/

    The htaccess in wp-content/uploads is:

    # MC4WP Start
    # Apache 2.2
    <IfModule !authz_core_module>
    <Files mc4wp-debug-log.php>
    deny from all
    </Files>
    </IfModule>
    # Apache 2.4+
    <IfModule authz_core_module>
    <Files mc4wp-debug-log.php>
    Require all denied
    </Files>
    </IfModule>
    # MC4WP End

    For what I can see that only affects the mc4 files…
    What should I do?

  • Hi there,

    It looks like you’re in the wrong forum. It appears that you’re using the open-source WordPress software and you need to seek help at these forums:

    https://wordpress.org/support/forums/

    These forums are for WordPress.com hosted sites only. If you want to know more about the differences between WordPress.com and the WordPress software you can read this document:

    WordPress.com vs. WordPress.org

  • Unknown's avatar

    Thanks. Didn’t realize that

  • The topic ‘wp-uploads .htaccess problem’ is closed to new replies.