Posted by bigbman on November 1, 2007 at 6:56am
Thought this would be a good chance to start a thread on using Multisite on a hosted GoDaddy server. Anyone had any experience with this?
I've got Drupal installed (using GoDaddy's installer) in a ./drupal folder, and my current domain points at the root.
www.mydomain.com/drupal - loads my default site just fine
www.mydomain.com/drupal/test - gives me a "page not found" from the default site
My "test" folder is in ./drupal/sites/www.mydomain.com.test (I've also tried other combinations, like www.mydomain.com.drupal.test).
Any ideas?
Comments
I had the same issue before...
You need to make a symlink to redirect www.mydomain.com.drupal.test.
I had this problem too. Reading this thread will fix the problem: http://drupal.org/node/117658
Specifically, read the second reply on the page. It talks about symlinks and give you details how to write a quick script to have drupal recognize your drupal.test folder for install. Good luck!
J