Quantcast
Channel: WampServer - WampServer Francais
Viewing all articles
Browse latest Browse all 3471

Forbidden - you don't have permission to access / on this server (Pas de réponses)

$
0
0
Bonjour,

J'ai créé un site via wamp. Depuis mon pc, tout fonctionne.
Si je me connecte depuis une autre machine, j'ai le message Forbidden - you don't have permission to access / on this server si je veux aller sur mon site wordpress.

Une idée ?

Merci d'avance, bonne nuit.


[localhost] = page d'accueil de wampserver
[trinhshop.test] = mon site wordpress (rep www/trinhshop)

le httpd-vhosts.conf

# Virtual Hosts
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>


#
<VirtualHost *:80>
ServerName trinhshop.test
ServerAlias trinhshop.test
DocumentRoot "${INSTALL_DIR}/www/trinhshop"
<Directory "${INSTALL_DIR}/www/trinhshop/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>

Viewing all articles
Browse latest Browse all 3471

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>