New Site's Directory & Contents

ashutosh.anand - March 2, 2009 - 10:21
Project:Multisite Manager
Version:6.x-1.0-alpha1
Component:Miscellaneous
Category:task
Priority:normal
Assigned:Unassigned
Status:active
Description

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?

AttachmentSize
drupal page not found.JPG79.01 KB

#1

stodge - May 9, 2009 - 19:39

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

#2

schuyler1d - May 10, 2009 - 02:06

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.

 
 

Drupal is a registered trademark of Dries Buytaert.