0

I need help on how to setup Wamp. I installed it for a school project but when I wanted to access the project folder it sent me this error: "Server not found".

Find that you have to modify the index.php file is this line: $ suppress_localhost = true; Changing it to false. But now send this error: "The requested URL / other / was not found on this server". Is it necessary to configure something else?

I installed Wamp 3.0.0. Can somebody help me?

Ivan92
  • 5
  • 2

1 Answers1

0
  1. Go to wamp folder (wamp/ or wamp64/)
  2. Open wampmanager.conf
  3. Find urlAddLocalhost param and set it on: urlAddLocalhost = "on" There should not be the need to tweak the index.php in www folder.
RïshïKêsh Kümar
  • 4,734
  • 1
  • 24
  • 36