Try editing the config file for lighttpd :-
sudo nano /etc/lighttpd/lighttpd.conf
Change the line to look like below :-
server.document-root = "/var/www/"
(cntrl x, y, return)
Finally run the following :-
sudo /etc/init.d/lighttpd force-reload
Hope this helps....
That did the trick !
Thank you
very much !