I rebuilt my WordPress blog and had to change the image path, instead of changing it back straight away I kept using it, some images ended up in /wpcontents/uploads/* and some ended up in /wp-contents/uploads/* So, naturally I had to change this back to /wp-contents/uploads and move all the existing files back, moving the files… Read more »
How to fix orphaned MSSQL Server users
Orphaned Microsoft SQL users can occur when the user is in the database but not in the instance, even if you create an identical username the user on the database won’t match the instance user. This is all to do with the GUID (called a SID in Microsoft terms) that do not match, 1…. Read more »
Install WordPress on Microsoft IIS with Microsoft SQL 2008 Database Backend
Okay, so I struggled to get this going so I thought my very first blog post should attempt to help other people trying to host their own WordPress blog on IIS with a Microsoft SQL backend database server. The problem came trying to get IIS to talk to the database server, the rest of the… Read more »
