34 lines
2.4 KiB
Plaintext
34 lines
2.4 KiB
Plaintext
|
# wampserveur 403 forbidden
|
||
|
|
||
|
=> https://www.alternative.free.fr/blog/images/wampserver_logo.png icone wamp [IMG]
|
||
|
{style="display:block; margin:0 auto;"}
|
||
|
Vous venez d'installer Wampserver sur votre ordi tout neuf.Vous le lancez tranquillement, l'icone est verte.Mais en arrivant sur
|
||
|
=> https://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 # https://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é:
|
||
|
=> https://tutos.tangui.eu.org/9-erreur-403-dapache-client-denied-server-configuration
|
||
|
|
||
|
# Métadonnées
|
||
|
|
||
|
:PROPERTIES: :ID: d4d30368-6b95-42c9-88a1-3d96302c6472 :END: #+title: wampserveur-403-forbidden #+post_ID: 272 #+post_slug: wampserveur-403-forbidden #+post_url:
|
||
|
=> https://www.ciperbliss.com/2013/wampserveur-403-forbidden
|
||
|
#+post_title: wampserveur 403 forbidden #+post_type: post #+post_mime_types: #+post_guid: #+post_status: publish #+post_date_published: <2013-02-21 13:55:47> #+post_date_modified: <2013-02-21 13:57:15> #+post_index_page_roam_id: [[id:1b454ab3-53f0-411f-94e6-d488718dee27][undefined]] #+retrieved_from_db_at: <2024-11-07 22:57:06>
|