Edit apache2.conf
sudo gedit /etc/apache2/apache2.conf
Add line to the end of the file
Alias /mysite /home/hsn/Desktop/projects/mysite
Restart your apache
sudo /etc/init.d/apache2 restart
Now you can go the address
localhost/mysite
Edit apache2.conf
sudo gedit /etc/apache2/apache2.conf
Alias /mysite /home/hsn/Desktop/projects/mysite
sudo /etc/init.d/apache2 restart
localhost/mysite