I have perfectly working LAMP on my ubuntu 14.04 as well as 16.04, What I want to do is to access my computer (all web projects of html dir) from internet. The another thing is that how can I give all project a different name.
For e.g. I have four ex proj_1,proj_2,pro_3,proj_4,
if i type url www.proj_1.com from any device, it should redirect me to my proj_1 and run that project, if type www.proj_2.com redirect to proj_2 dir.
I read many ideas but no one I understand.
Thank you.