Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have 2.4 WAMP installed and online on my network. The problem is by typing complete IP end user can get Server Configuration homepage of WAMP which is potential risk and he can view all the projects on there.

How can I secure it? Means if user type complete Id then show him forbidden message etc.,

e.g. allow him this URL:

192.1.12.1/myProject
192.1.12.1/myProject2
192.1.12.1/myProject3

but don't allow him

192.1.12.1
Posted
Comments
Mohibur Rashid 7-Sep-15 4:37am    
change your configuration file like below:
Listen 127.0.0.1:80

and then restart your apache server. No one will be able to connect with your server.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900