Skip to content

{ Tag Archives } iis

Configuration methods in PHP to enable large uploads on a per-site basis

As dry as the subject of PHP configuration is, I thought a blog entry was necessary as I’ve just spent a fair bit of time digging around to find a way to configure PHP directives on a per-site basis. The mechanisms available vary based on the runtime environment and the method PHP runs.
My problem was [...]

Also tagged , , , ,

Installing Wordpress 2.9.x on an IIS 6.0 web server (Windows Server 2003) and enabling custom permalinks

A few clients I’ve worked with in the past are Microsoft-centric having Server 2003 based dedicated servers but want to be able to host Wordpress blogs. Luckily it’s relatively straightforward to get a Wordpress blog up and running  on IIS by the following steps.
This is written for Server 2003 (running IIS 6.0) and I’m using [...]

Also tagged , , ,

Installing DotNetNuke 4.5 Source on a Vista box running IIS7

Here is a great blog post on how to install the DotNetNuke source on a Vista machine and get it up and running through an assumed Visual Studio 2005 SP1 for Vista which saved me a lot of hours of frustration! The main issue I had was configuring my IIS7 installation, it turns out that simply installing [...]

Also tagged