Hi! My Drupal was somehow set up on the same domain, as a subdomain, but from a different root folder from my primary URL.
So instead of deleting the addon domain, and re adding it with the root folder of the drupal install, we copy/pasted all of the files (since its the same server) into the original root folder, not the one the test site had been developed on.
I'm using Ubuntu server 10.04 LTS on Virtualbox and have set the guesthttp HostPort to 8888, so that localhost:8888 resolves to the default Apache document root /var/www. I'm trying to set-up a multisite D7 installation as seen in this documentation. When I try to install at http://mysite:8888 the page keeps loading endlessly without returning an error. I've tried to prefix my host with the port as explained in settings.php (8888.mysite) with the same results.
I just installed Drupal 7.21, when I try to access me database I get a page with the Drupal logo and error message "The requested page "/drupal-7.12/" could not be found." ___ does anyone know what I can do fix this or what I have done wrong.