«

»

Dec 18

WordPress Image Fix

If you’re using Word Press and are having problems with HTTP or Internal Server Error 500 errors when you upload an image then try putting the below in your .htaccess file in the root of your WordPress install folder.

AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php

This forces your server to use php 5 rather than defaulting to php 4 when it does the image upload/resize/thumbnail create.

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>