SteF_DOBERMANN a écrit :
ca veux dir que ton apache est mal configuré, regarde les regle entre <directory /var/www> et </directory> ou un truc du style
g eu ce probleme la derniére fois et c comme ca que je l'ai résolu !
Code :
- <Directory /var/www/html>
- ErrorDocument 404 /erreur/404.htm
- # 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 MultiViews
- #
- # 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 remplace /var/www/html par /home/www
et apres ca devrais fonctionner
|