Jump to:
| Project: | Multisite Manager |
| Version: | 6.x-1.0-alpha1 |
| Component: | Miscellaneous |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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?
| Attachment | Size |
|---|---|
| drupal page not found.JPG | 79.01 KB |
Comments
#1
Same problem here on Ubuntu with mySQL. Tables are created but not the site in sites/all.
#2
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.