• Resolved tezalsec

    (@tezalsec)


    Hi, thanks for a great plugin.

    I am getting server errors because of the use of image files with the extension .png capitalized. The server does not accept capital .PNG so the images are not shown and the logs are flooding.

    I think default WP htaccess is quite exact, like in wp-content, expecting lowercase:

    # Disable access to all file types except the following
    Order deny,allow
    Deny from all
    <Files ~ ".(xml|css|js|jpe?g|png|gif|svg|pdf|doc|docx|rtf|odf|zip|rar|xls|xlsx|ttf|woff|woff2)$">
    Allow from all
    </Files>

    Mainly these images are:

    default-plugin-icon.PNG
    wordpress-deactivate-plugins.PNG
    wordpress-deactivate-plugins-rotated.PNG

    and their paths in admin css files.

    Could you please update them to lowercase so server config does not have to be adjusted and the logs stop?

    Thanks again!

    Cheers.

    • This topic was modified 2 years, 9 months ago by tezalsec.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jose

    (@giuse)

    Hi @tezalsec

    thank you very much for reporting this issue.

    It’s already fixed in the development version. If you want I can share it with you.

    Or if you want to wait for the official release, consider around 1 week.

    Have a great day!

    Jose

    Thread Starter tezalsec

    (@tezalsec)

    Thanks a lot! I think I can wait for a week ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Request to lower capital PNG for image files’ is closed to new replies.