HI all,
I need a help on installing multisites.
In my laptop i installed Bitnami drupal stack.
What i have to do is? i have to work on my company website. So i need to install the copy of companies website into my laptop.

what i did is?
My company production site folders are called dev.ms.com and db backup is ms.sql.
i got all these folder and put dev.ms.com into my
Bitnami-apps-drupal-sites--------dev.ms.com.

Then
in my phpmyadmin i created a database with name ms and username and password with all privileages. import the ms.sql backup into ms database.

I try to run this in the webbrowser like this : localhost/drupal/dev.ms.com
when i do this,it says "the page not found".

Can anybody help me on this?

Comments

Bitnami configuration

I think you are trying to run drupal with bitnami which gives you a drupal installed in apps/drupal/htdocs folder.

if you try to access localhost/drupal it will give the drupal site which it installed. If you have your own site ready and don't want to use the site installed by bitnami you may delete the htdocs created by bitnami and add the site to apps/drupal folder and rename your site folder to htdocs.

If you don't wish to rename the folder then you need to configure apps/drupal/conf and other apache configurations.

Hth,
Sadashiv.

Deleting HTdocs

Hi sadhasiv,
Thanks for your reply.
i am trying to understand clearly.
as your mentioned i have bitnami/apps/drupal/htdocs folder.
so what i have to do is?

delete the whole htdocs folder.
copy my company dev.ms.com folder here
rename dev.ms.com as htdocs .
right

i will try it out. i will ask you if i have any doubts.

One more time . Thanks again

vanithasaravanan