snike  | Voila ce que j'avais dans mon httpd.conf (je n'ai rien modifié)
  
  Code :
 - #
 - # This should be changed to whatever you set DocumentRoot to.
 - #
 - <Directory "${path}/www">
 - #
 - # This may also be "None", "All", or any combination of "Indexes",
 - # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
 - #
 - # Note that "MultiViews" must be named *explicitly* --- "Options All"
 - # doesn't give it to you.
 - #
 -     Options Indexes FollowSymLinks Includes
 - #
 - # This controls which options the .htaccess files in directories can
 - # override. Can also be "All", or any combination of "Options", "FileInfo",
 - # "AuthConfig", and "Limit"
 - #
 -     AllowOverride All
 - #
 - # Controls who can get stuff from this server.
 - #
 -     Order allow,deny
 -     Allow from all
 - </Directory>
 
  |  
 
   Et comme cela ça ne fonctionne pas.
   Sinon j'ai cela :
  Code :
 - <Directory />
 -     Options FollowSymLinks Indexes
 -     AllowOverride All
 - </Directory>
 
  |  
 
 C'est pas là dedans qu'il faut mettre la modif ?
     ---------------
			 Le problème avec les idées derrière la tête c'est qu'on ne peut pas les voir :??:
    |