Geting rid of tilde in lighttpd

By not actually configuring the server one way or another

cd /var/www/html 
sudo ln -s /home/ticho/public_html t

and

http://server/t 
# old one is also still there
# http://server/~ticho    

should be working.

https://forums.bunsenlabs.org/viewtopic.php?id=5985