AnythingToXML in Mura CMS

Brian Rinaldi over at RemoteSynthesis.com contacted me today and told me something that got me pretty excited. Evidently Mura CMS uses my AnythingToXML as part of its core requirements. I had to download Mura and see for myself; it does!

From the stats on RIAforge I can see that a few people have downloaded AnythingToXML but I never know if it worked out for them. Its great to see something that you built to get you out of a jam taking on a life of its own and helping other people out.

I have yet to work on a project using Mura, but from what I hear its a great content management system and is developer friendly. Hopefully I’ll get a chance to work with it soon.

Advertisement

WordPress Errors With 1and1 Hosting

Occasionally WordPress experiences problems when uploading images or upgrading plugins. After some Googling I found the solution on this site.

You need to add these lines to your .htaccess file. If you don’t have the file just create one.

Options All -Indexes
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php

This will make sure that all php files are treated as php 5.