Title: thebrowser's Replies | WordPress.org

---

# thebrowser

  [  ](https://wordpress.org/support/users/thebrowser/)

 *   [Profile](https://wordpress.org/support/users/thebrowser/)
 *   [Topics Started](https://wordpress.org/support/users/thebrowser/topics/)
 *   [Replies Created](https://wordpress.org/support/users/thebrowser/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/thebrowser/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/thebrowser/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/thebrowser/engagements/)
 *   [Favorites](https://wordpress.org/support/users/thebrowser/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Media Library images uploaded not displaying](https://wordpress.org/support/topic/media-library-images-uploaded-not-displaying/)
 *  Thread Starter [thebrowser](https://wordpress.org/support/users/thebrowser/)
 * (@thebrowser)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/media-library-images-uploaded-not-displaying/#post-8705493)
 * Hi, before going through your suggestion I found out that on my host control 
   panel a hotlink protection option was on. This prevented .jpg images from being
   uploaded.
    So, I left everything as it is. Thank you for your help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Media Library images uploaded not displaying](https://wordpress.org/support/topic/media-library-images-uploaded-not-displaying/)
 *  Thread Starter [thebrowser](https://wordpress.org/support/users/thebrowser/)
 * (@thebrowser)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/media-library-images-uploaded-not-displaying/#post-8686416)
 * Hi Jackie,
 * I found out that Media Library will only upload and display .png images. It doesn’t
   for .jpg. Really don’t understand.
    In General > Settings the WP address and 
   Site address are both set to [https://&#8230](https://&#8230); The site is: recoupera.
   com My .htaccess:
 *     ```
       # BEGIN W3TC Browser Cache
       <IfModule mod_deflate.c>
               AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/bmp application/java application/msword application/vnd.ms-fontobject application/x-msdownload image/x-icon image/webp application/json application/vnd.ms-access application/vnd.ms-project application/x-font-otf application/vnd.ms-opentype application/vnd.oasis.opendocument.database application/vnd.oasis.opendocument.chart application/vnd.oasis.opendocument.formula application/vnd.oasis.opendocument.graphics application/vnd.oasis.opendocument.presentation application/vnd.oasis.opendocument.spreadsheet application/vnd.oasis.opendocument.text audio/ogg application/pdf application/vnd.ms-powerpoint image/svg+xml application/x-shockwave-flash image/tiff application/x-font-ttf application/vnd.ms-opentype audio/wav application/vnd.ms-write application/font-woff application/font-woff2 application/vnd.ms-excel
           <IfModule mod_mime.c>
               # DEFLATE by extension
               AddOutputFilter DEFLATE js css htm html xml
           </IfModule>
       </IfModule>
       <FilesMatch "\.(html|htm|rtf|rtx|svg|txt|xsd|xsl|xml|HTML|HTM|RTF|RTX|SVG|TXT|XSD|XSL|XML)$">
           <IfModule mod_headers.c>
               Header append Vary User-Agent env=!dont-vary
           </IfModule>
       </FilesMatch>
       <FilesMatch "\.(bmp|class|doc|docx|eot|exe|ico|webp|json|mdb|mpp|otf|_otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|pot|pps|ppt|pptx|svg|svgz|swf|tif|tiff|ttf|ttc|_ttf|wav|wri|woff|woff2|xla|xls|xlsx|xlt|xlw|BMP|CLASS|DOC|DOCX|EOT|EXE|ICO|WEBP|JSON|MDB|MPP|OTF|_OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|POT|PPS|PPT|PPTX|SVG|SVGZ|SWF|TIF|TIFF|TTF|TTC|_TTF|WAV|WRI|WOFF|WOFF2|XLA|XLS|XLSX|XLT|XLW)$">
           <IfModule mod_headers.c>
                Header unset Last-Modified
           </IfModule>
       </FilesMatch>
       # END W3TC Browser Cache
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
   
       php_value upload_max_filesize 64M
       php_value post_max_size 64M
       php_value memory_limit 128M
       php_value max_execution_time 180
       php_value max_input_time 180
       php_value max_input_vars 5000
       ```
   
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] Site unreachable with Cloudflare](https://wordpress.org/support/topic/site-unreachable-with-cloudflare/)
 *  Thread Starter [thebrowser](https://wordpress.org/support/users/thebrowser/)
 * (@thebrowser)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/site-unreachable-with-cloudflare/#post-8657675)
 * Hi Frank,
    thank you for the reply. Tried everything you mentioned but nothing.
   I think that on top of the re-direct loop, there must be something that got corrupted.
   I’ll be reinstalling and restoring backup.
 * Thank you

Viewing 3 replies - 1 through 3 (of 3 total)