I have two domains and one sub-domain on a single virtual host (web hosting company). I have ssh access and can create symbolic links. My question is:
Would it be just a matter of me creating a symbolic link and copying files to a virtual host path and (if so) which files would need to be copied to the directory to make this work?
For example: 3 domains
- example.com
- example2.com
- demo.example.com
Drupal is currently installed on example.com
. In the /sites
directory there would be 4 directories:
- all
- example.com
- example2.com
- demo.example.com
Example2.com
and demo.example.com are symbolic links to their ACTUAL paths on the system. Copying files to these directories such as settings.php
and install.php
, etc.