Archive

Archive for September, 2009

Setup virtual directory on Apache in Windows XP

September 20th, 2009 No comments

Years ago, I developed PHP in Windows using IIS (Internet Information Services) as web server. I had no problem to setup virtual directories under IIS because I could just right click the web server and click Add Virtual Directory.

However now I am using Apache in Windows XP, I need to configure the virtual directory manually by editing httpd.conf file. The reason why I want to setup virtual directories is because I want to concentrate my projects code in drive D:\ instead of C:\inetpub\wwwroot\ or C:\xampp\.

After searching Google and read few websites, I have my answer on how to configure virtual directories, here is code to be added in to my httpd.conf file:

Alias /krova "D:\projects\krova"

<Directory "D:\projects\krova">
DirectoryIndex index.html index.php
Options FollowSymLinks
AllowOverride None
order allow,deny
allow from all
</Directory>

After restarted my Apache server, and pointed my browser to http://localhost/krova/, it works!

Categories: Web/Tech Tags:

Visit to SPCA

September 10th, 2009 2 comments

This is a repost entry, don’t know what happened this post was gone. May be had problem in the database and the web hosting company restored old version of data. So here I post again. 


Today (6th Sept) after lunch we went to SPCA Selangor which is near with our house. We went to dog section to visit the dogs in there. Han Ler was excited with the visit. I am not sure is it because Han Ler bornt at dog’s year, he likes dogs very much. We have visited the dogs area, there were a lot of dogs wandering in that little area, and also many other dogs and puppies in the cage.

We didn’t adopt any dogs, because working hour of Rachel and I are too long and we worry don’t have enough time to take this responsibility. Perhaps will consider to adopt one when Han Ler is big enough to take care a dog.

Han Ler and Rachel in SPCA Selangor

Dogs in SPCA Selangor

Categories: Family Tags: , , ,

Happy birthday, naughty boy

September 4th, 2009 4 comments

Happy birthday Han Ler

Time flies, now you are 3 years old. I don’t mind you are naughty, as long as you are healthy and happy, as how we named you.

Happy birthday.

Categories: Family Tags: ,