par
Fable » 17 juin 2006, 16:16
Merci, mais j'avais déjà désinstallé wamp, pour installer mon serveur apache moi même et en manu.
Mais je l'ai réinstallé pour voir le httpd.conf
Après presque 2 heures à éplucher er comparer les 2 httpd.conf, j'ai trouvé (enfin !!!) ce qui clochait, youpi !!!
Pour ceux que ça intéresse, c'est cette partie qu'il faut modifier (ligne 267 ou environ) :
Code : Tout sélectionner
<Directory "F:/site">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.0/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride none
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
Il faut mettre
AllowOverride all, c'est tout con, mais encore fallait-il le savoir
Merci beaucoup à toi delcedo galaxialord, grâce à toi, j'ai résolu mon problème
Merci également à tout ceux qui se sont penché sur mon problème

Merci, mais j'avais déjà désinstallé wamp, pour installer mon serveur apache moi même et en manu.
Mais je l'ai réinstallé pour voir le httpd.conf
Après presque 2 heures à éplucher er comparer les 2 httpd.conf, j'ai trouvé (enfin !!!) ce qui clochait, youpi !!!
Pour ceux que ça intéresse, c'est cette partie qu'il faut modifier (ligne 267 ou environ) :
[code]<Directory "F:/site">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.0/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride none
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>[/code]
Il faut mettre [b]AllowOverride all[/b], c'est tout con, mais encore fallait-il le savoir :D
Merci beaucoup à toi delcedo galaxialord, grâce à toi, j'ai résolu mon problème :P
Merci également à tout ceux qui se sont penché sur mon problème :wink: