JPEG Images not loading in IE11 browser through apache web server
问题 I'm using apacher web server to stre the static content (like images, css etc.) with my website. Below is my apache configurations set as below : <IfModule mod_expires.c> ExpiresActive on <FilesMatch "\.(ico|jpg|jpeg|png|gif|js|css|swf|html)$"> ExpiresActive On ExpiresDefault "access plus 30 minutes" </FilesMatch> </IfModule> <IfModule mod_headers.c> <FilesMatch ".+\.(ico|jpg|jpeg|png|gif|js|css|swf|html|woff)$"> Header set X-XSS-Protection "1; mode=block" Header set X-Content-Type-Options