Tag Archives: PHP

Timezones, Wordpress, Ical, Php….

What a lot of fun this can be (not!)
Your Ical file may have a timezone specified, the event may be in a another timezone.  Your host server in yet another timezone, (and your testing server in another), and your user or web viewer in yet another……  the event may be at a time that does [...]

Multiple domains, 404’s, wordpress and php redirection ?

For a while I had this mystery problem with one site where the invalid URL’s were not serving up 404’s. The 404’s where just not working - either a random page was served or the wordpress home page. This meant that I could not complete the goggle web manager verification. The [...]

Serving content for parked domains

I help out a non-profit and a few related parties by allowing them to share my hosting. I manage their webs for them anyway, so there is no need for them to access my control panel on ICDsoft. There are a couple of downsides of this simple approach, but nothing [...]

Some help and a correction for Vista installation of Apache, PHP, Mysql, PhpAdmin

The next Vista step was to get my development web server running again. So far so good … with thanks to Molecular Sieve’s article on PHP plus the well spotted correction from David Powers who pointed out that the slashes needed to be forward slashes when. Molecular Sieve’s article on apache was [...]

Process to upgrade to PHP 5 on your own server (Apache on Windows XP)

Download and unzip files
I tried the installer first, hit a problem and went back to the manual install as recommended.
Decide which php.ini (Dist or recommended) file to use, rename (save your old one first as a reference). Then edit php.ini as follows :

define default date timezone: [...]