Hello, I am trying to setup drupal to host multiple sites which will not effect each other. My pages are hosted on a shared hosting service and I only have access to cPanel. Following the instructions on the web that I found using google, I have done the following.
1 - Installed Drupal. 2 - Make a directory in sites and name it demo.sharedhost.com. 3 - Copied default.settings.php in that directory and renamed it settings.php. 4 - Created a subdomain demo. 5 - Deleted the demo folder from public_html 6 - Made sybolic link public_html/demo to sites/demo.myshost.com.
When I try to access demo.myhost.com I get listing of sites/demo.myhost.com directory instead of drupal installation.
Can you please help me setup multisites?
Thank you.