Trouvé ici: http://drupal.org/node/134439 Activer le mod_rewrite a2enmod rewrite AJouter ces lignes dans le fichier de config du site (ici : /etc/apache2/sites-available/default ) : AllowOverride all RewriteEngine on RewriteEngine on RewriteCond %{HTTP_HOST} ^(.+\..+)$ [NC] RewriteCond %{HTTP_HOST} !^.+\..+\..+$ [NC] RewriteRule ^(.*)$ http://www.%1/$1 [L,R=301] RewriteCond %{HTTP_HOST} ^(.*)$ [NC] RewriteRule ^files/(.*)$ sites/%1/files/$1 [L] RewriteRule ^files/(.*)$ sites/%1/files/$1 [L] RewriteCond %{REQUEST_FILENAME} [...]
Replay… Problème d’installation. Warning It is recommended that you enable mime-magic or the fileinfo extention, you can get fileinfo here. http://us2.php.net/manual/en/ref.fileinfo.php Sometimes it is not possible to get these functions running, so you can still use Relay and file types will be assumed by file extension. D’abord trouvé ça : http://life.lapin-blanc.net/blog/keyes/2007/08/30/faire-fonctionner-lextension-fileinfo C’était a [...]
