#Alias / /var/www/savane/www/ ErrorDocument 404 /404.php # Savannah config file : SetEnv SV_LOCAL_INC_PREFIX /etc/savannah # php tweaks : php_admin_flag register_globals On php_admin_flag file_uploads On # Disable .htaccess (needed for apache 2.0) : AllowOverride None Options FollowSymLinks MultiViews Order allow,deny Allow from All # Simulate apache 1.3 behavior RewriteEngine On RewriteLog /tmp/rewrite.log RewriteRule ^/users(.*) /users?$1 RewriteRule ^/projects(.*) /projects?$1 SetHandler application/x-httpd-php LimitRequestBody 524288 SetHandler application/x-httpd-php LimitRequestBody 524288