Wamp-Server lokal

318
Станимир Вътов

Ich habe die letzte Version des WAMP-Servers heruntergeladen (PHP und Apache und MySQL) und habe ein Problem. Wenn ich mich auf localhost befinde, funktioniert alles einwandfrei, aber wenn ich mit einem Browser auf meine öffentliche IP-Adresse zugreife, heißt es:

You don't have permission to access / on this server. Apache/2.4.23 (Win64) PHP/5.6.25 Server at 95********* Port 80 

Wie kann ich das beheben?

bereits fixiert mit:

# Virtual Hosts #  <VirtualHost *:80> ServerName localhost DocumentRoot c:/wamp64/www <Directory "c:/wamp64/www/"> Options +Indexes +FollowSymLinks +MultiViews AllowOverride All Require all granted </Directory> </VirtualHost>  # 
1

0 Antworten auf die Frage