> > ##################################################################################### > ## SAVANNAH > ## > ##################################################################################### > > Alias /siteDeveocea/savannah/ "/usr/local/savane/www" > > <Directory "/usr/local/savane/www"> > Options Indexes FollowSymLinks MultiViews > AllowOverride None > Order allow,deny > Allow from all > AllowOverride FileInfo > </Directory> > > #############fichier de config savannah.conf.php est dans > /etc/savannah############# > <IfModule mod_env.c> > SetEnv SV_LOCAL_INC_PREFIX /etc/savannah > </IfModule> > > #################################################################################### > ########################### Instructions pour apache 2.x > ########################### > ############################ Installe : apache V 2.0.40 > ############################ > #################################################################################### > > php_admin_flag register_globals On > php_admin_flag file_uploads On > > <Location /siteDeveocea/savannah> > AllowOverride None > </Location> > > RewriteEngine on > RewriteRule ^/$ /siteDeveocea/savannah/index.php [R] > RewriteRule ^/siteDeveocea/savannah/users(.*) /siteDeveocea/savannah/users?$1 > RewriteRule ^/siteDeveocea/savannah/projects(.*) > /siteDeveocea/savannah/projects?$1 > > <Location /siteDeveocea/savannah/users> > SetHandler application/x-httpd-php
I am not sure SetHandler should be used there, if I refer myself to INSTALL.verbose. > SetOutputFilter PHP > SetInputFilter PHP > LimitRequestBody 524288 > </Location> > > <Location /siteDeveocea/savannah/projects> > SetHandler application/x-httpd-php I am not sure SetHandler should be used there either. > SetOutputFilter PHP > SetInputFilter PHP > LimitRequestBody 524288 > </Location> > > ###################################################################################### > ## Fin des instructions pour Savannah > ## > ###################################################################################### > > ErrorDocument 404 /404.php I guess it should be ErrorDocument 404 /siteDeveocea/savannah/404.php but that's off-topic. Can you also add RewriteLog /tmp/rewrite.log and provide the content of /tmp/rewrite.log? Regards, -- Mathieu Roy +---------------------------------------------------------------------+ | General Homepage: http://yeupou.coleumes.org/ | | Computing Homepage: http://alberich.coleumes.org/ | | Not a native english speaker: | | http://stock.coleumes.org/doc.php?i=/misc-files/flawed-english | +---------------------------------------------------------------------+
