Hi, I am having trouble in configuring drupal multisite installation after the default installation.
1) I have created a database, 2) Installed it normally and successful in it. 3) Now I tried to configure it to multisite using a single database following these links... (http://ubuntuguide.org/wiki/Drupal6_tips#Multi-site_Installation) & (https://www.drupal.org/documentation/install/multi-site#symlink) and also Install.txt in drupal folder but not successful with these. Can anyone help me please....???

Comments

nevets’s picture

What sort of problems and/or errors are you having?

VishwanathCool’s picture

The Error in Browser Page is:

Server not found

Iceweasel can't find the server at mysite_1.mydomain.org.

Check the address for typing errors such as ww.example.com instead of www.example.com
If you are unable to load any pages, check your computer's network connection.
If your computer or network is protected by a firewall or proxy, make sure that Iceweasel is permitted to access the Web.

VishwanathCool’s picture

#
# Virtual hosting configuration for Drupal6
#
#

ServerAdmin webmaster@mysite_1.mydomain.org
#
DocumentRoot /usr/share/drupal7/
ServerName mysite_1.mydomain.org
ServerAlias *.mysite_1.mydomain.org mysite_1.mydomain.org
RewriteEngine On
RewriteOptions inherit

#

ServerAdmin webmaster@mysite_2.mydomain.org
#
DocumentRoot /usr/share/drupal7/
ServerName mysite_2.mydomain.org
ServerAlias *.mysite_2.mydomain.org mysite_2.mydomain.org
RewriteEngine On
RewriteOptions inherit

wusel’s picture

Look at Multi-site on XAMPP for Windows (https://www.drupal.org/node/1682040).

Do you have done all steps (you can use any server for this, not only XAMPP)?

You can try this HowTo on a local XAMPP!

Wusel