cipherbliss_blog

wampserveur 403 forbidden

Vous venez d'installer Wampserver sur votre ordi tout neuf.Vous le lancez tranquillement, l'icone est verte.Mais en arrivant sur http://localhost il vous fait une jolie erreur 403 Forbidden access.C'est parce que quelqu'un s'est empalé dans la config du fichier httpd.conf.

Mais n'ayez crainte, c'est juste que vous n'avez pas autorisé tout le monde a accéder au bouzin.

allez dans le fichier httpd.conf: (avec un click droit sur l'icone wamp, menu Apache), puis trouvez ces lignes:

#    # 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.2/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 all    #    # Controls who can get stuff from this server.    ##   onlineoffline tag - don't remove        Deny from all    Allow from all    Order Deny,Allow

les lignes:

Allow from all    Order Deny,Allow

sont sans doute différente,et c'est ça qui facilite le transit intestinal.sauvegardez le fichier.relancez wamp, Enjoyez!

ceci m'a aidé:http://tutos.tangui.eu.org/9-erreur-403-dapache-client-denied-server-configuration