"forbidden you don't have permission to access / on this server" access from client network & allow firewall tcp:port 80
"forbidden you don't have permission to access / on this server" when access from client network
First click wampserver > Apache > httpd.conf
search word "Require local" and Add "Require all granted"
With
start and stop all service agian. refresh webpage
_________________________________________________________________________________
Allow firewall wamp webservice windows
Let's start control panel > firewall > Advanced settings
- Go to Search on right side of windows.
 - search "firewall".
 - open the "firewall with advanced".
 - go to inbound rules.
 - click on "new rule".
 - select the "Port" option.
 - click "next"
 - select "TCP" option.
 - select "Specific local ports:".
 - type "80" in next text box
 - click next.
 - select the "Allow the connection".
 - click "next".
 - click "next".
 - give the name "Port 80 Allow Rule".
 - click "next".
 
Comments
Post a Comment