dafl | adoY a écrit :
Si tu es en 1.3, il y a aussi le common_httpd.conf (ou un truc du genre) à modifier. cf un post ou l'on en parle (bouton recherche).
|
je viens de trouver un post sur le commonhttpd.conf j'ai rajouté à la suite du fichier ceci :
Code :
- <Directory /var/www/html/pompier>
- 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>
|
mais c'est pareil tjs pas le droit d'accèder à cette partie et j'ai encore la page apache par défault
|