An example apache2 project config file for setting up development websites on Linux creating a symbolic link to files.
- Place or copy this file into your /etc/apache2/sites-enabled/ directory using sudo.
- Change the user and project link details within the file to your desired location and address.
- Add the link to the etc hosts file for local development (127.0.1.1 project.user.co.nz).
- Run: sudo service apache2 restart.