Linux drupal multisite what it's wrong ?
I'm red
http://drupal.org/node/138889
http://www.drupalcoder.com/story/205-drupal-multisite-in-subfolders
http://drupal.org/node/167639
Iam want get multisite from subfolder in drupal,
The installation is in intranet
step
en bind
multisitio.localcasa. IN CNAME server21
In apache
/etc/apache/sites-avalaible/multisitio.conf
cat /etc/apache2/sites-available/multisitios.conf
ServerName multisitio
ServerAdmin webmaster@localhost
DocumentRoot /var/www/sitios/DRUPAL/multisitio
LogLevel warn
ErrorLog /var/log/apache2/error.log
CustomLog /var/log/apache2/access.log combined
ServerSignature On
DirectoryIndex index.php index.html index.php home.shtml index.cgi
<Directory "/var/www/sitios/DRUPAL/multisitio">
Options +Indexes
AllowOverride All
Allow from all
</Directory>
Alias /sitio21 "/var/www/sitios/DRUPAL/multisitio/"
Options +Indexes
AllowOverride All
Allow from all
Alias /galerias "/var/www/sitios/DRUPAL/multisitio/"
Options +Indexes
AllowOverride All
Allow from all
To configure a new site
Create a new database for the site
Create a new subdirectory of the 'sites' directory.
Copy the settings.php file from the 'default' directory to the new directory.
Open the settings.php file in a text editor and specify the settings for the new site.
In your browser, navigate to the URL of the new site and continue with the standard Drupal installation procedure.
ls -l /var/www/sitios/DRUPAL/multisitio
CHANGELOG.txt
COPYRIGHT.txt
cron.php
sitio21 ---------> /var/www/sitios/DRUPAL/multisitios (link )
includes
index.php
INSTALL.mysql.txt
INSTALL.pgsql.txt
install.php
INSTALL.txt
LICENSE.txt
mail
MAINTAINERS.txt
misc
modules
profiles
robots.txt
scripts
sites
themes
update.php
UPGRADE.txt
xmlrpc.php
.htaccess (sin modificaciones)
~
ls -l /var/www/sitios/DRUPAL/multisitio/sites/
default
multisitio.sitio21
tmp
In folder default There is no change
ls -l sites/multisitio.sitio21
files
settings.php
tmp
.htaccess (change # RewriteBase /drupal for RewriteBase /sitio21 )
php.ini
safe_mode Off Off
safe_mode_exec_dir no value no value
safe_mode_gid Off Off
The installation was well
I can authenticate in
http://server21/sitio21/user
Recognizes the core modules and modules of the contribution
But
Clean URLs:
Disabled
Enabled
This option makes Drupal emit "clean" URLs (i.e. without ?q= in the URL).
Your system configuration does not currently support this feature. The handbook page on Clean URLs has additional troubleshooting information.
and for example can not create directory sites/multisitio.sitio21/imagecache, when imagecache install
on the server works well with drupal clean url (drupal simple install )
What it's wrong wicht clean url multisite ?
Comments
Sorry, the error was in not putting extension of the domain name
I apologize, multisio works well when the domain or site have any extension (either ejemplo.arg or www.ejemplo.arg) then the configuration folder is ejemplo.arg . url clean works well in this case, also if the site is in a subfolder works with ejemplo.arg.folder
My mistake was not putting any domain extension (. arg, or anything in the site name or domain)
Now it works fine with clean url . I can not resolve because it not works well imagecache (and not created in Multisite folder imagecache at intall ) but that in other forums