I love WordPress… really I do. WordPress blogs are great for so many reasons which I’ve covered before here. I’ve got clients who can barely use email who are creating posts on WordPress blogs that are getting GREAT SERPS.
WordPress is DEFINITELY the technically challenged person’s dream application.
Installing WordPress is easy. Using Fantastico, it’s positively simple. The devil is in the details.
For example, when WordPress 2.5 is running on a security minded hosting platform… well, let’s just say allowing WordPress 2.5 to upload images or video is NOT viewed as a desired activity.
In order to work around this, you have to rewrite the htaccess file. It’s not a biggie and while I was in there, I found some great suggestions on how to rewrite the htaccess file to keep the “bad bots” out.
With that said, it only takes a misplaced character to screw up your ENTIRE website when you’re messing with your htaccess files. Mistakes were made…. but no clients were injured in the process. <grin>
Here’s a bit of the code that I found on the WordPress.org message boards which fixed the 2.5 image upload file error. Add this to your htaccess file and VIOLA… WordPress 2.5 uploads files, images and videos.
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
As for my clients… they are ecstatic that this is my job and not theirs.
Unfortunately, as WordPress becomes even more powerful and more popular, it’s becoming less accessible for the technologically challenged.