Problem with WAMPP
Posted by: nikmizban (---.rasana.net)
Date: July 17, 2013 05:24PM

Hello ,

I installed Wampserver on my VPS ..

But it works on localhost , when i enter my ip on browser it shows this error : Forbidden

You don't have permission to access / on this server.

How can i fix this problem ?!

Re: Problem with WAMPP
Posted by: RiggsFolly (---.as13285.net)
Date: July 17, 2013 06:27PM

You will have to change the access privilage to allow you in.

Wamp is designed to be a local development server so by default it only allows access from 127.0.0.1 or localhost


You can use wampmanager ( the icon that site in system tray ) to 'Put Online'. That will allow access from any ip.

Or you can edit httpd.conf and add just your ip address to the Allowed list of ip's

Look for this in httpd.conf

# onlineoffline tag - don't remove
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 ::1 192.168.2


Then add a new line contaning any other ip address's you like to the list i.e.
Allow 111.111.111.111 222.222.222.222

Sorry, only registered users may post in this forum.