Hi,

I've installed drupal under Windows, and I use Xampp for my LAMP configuration.

The drupal base site url is: http://localhost/drupal

I've installed Drupal's Multisite Manager to add new sites from my Drupal Base site.

I've made special settings.php file in "./sites/localhost.drupal.site" directory.

When I add a new site from the base site, the database tables are being created but,

on clicking the new site's link, which opens

http://localhost/drupal/site/site1

And displays a Drupal screen saying "page not found".

I guess it is because a new site's directory should be created under "./site" directory of Drupal which

is not being created automatically although tables are being created.

Can anyone help me out where i am going wrong?

CommentFileSizeAuthor
drupal page not found.JPG79.01 KBashutosh.anand
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

stodge’s picture

Same problem here on Ubuntu with mySQL. Tables are created but not the site in sites/all.

schuyler1d’s picture

You need to create a reflexive 'symlink' In unix this is done by the command 'ln -s . site'
I don't know how to do that (or if it's possible) in windows.
You can try using the more complex apache configuration in INSTALL.txt which does not require a symlink.