How would I broadcast a subdomain/virtual name on a local server with people connected to the same network
- by Sarmen B.
I have a server connected to the router which has ubuntu 12.04. It is has apache/mysql/php all installed ready to go. the folder structure is like this:
/var/www -- this isnt the root
-/libs
-/logs
-/public - this is the root
-/vhosts - all subdomains go here
I have a folder in vhosts named mysite. I went into /etc/apache2/sites-available and…