I have requirement of Drupal project which is a commerce website. We have used Drupal commerce module for the same purpose before.
I have Centos 7 as my server with EasyApache installed. Everything is installed on the server to run Drupal project and normal Drupal project is working nice.
I have tried to make multisite working for my website. Tried many options:
- Added subsite under sites folder (example.com)
- Added site link in sites.php file ($sites['example.co'] = 'example.co';)
- Created virtual host and symlink
- And many more..
There are too many finding for multisite on Google but none of them is working well for me. Can someone help me to configure multisite on centos 7 server?