copy files to destined directory.
go to /etc/apache2/sites-availabe, edit the ’site’ file. the default is ‘default‘.
if creating a new site file, after creating and editing the file, run sudo a2ensite file. to disable the site, run sudo a2dissite fil…
more »