Request to lower capital PNG for image files
-
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.PNGand 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.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Request to lower capital PNG for image files’ is closed to new replies.