When you Install WAMP Server newly, you may this problem. In the homepage of Wamp Server, you can’t open your’s projects in the ‘Your Project‘ column.
When you click any your Project links, It won’t be open. It will be redirect to ‘Page Not Found Error’.
Solution:
1. Go to www folder in wamp folder.
2. Open index.php file in www folder.
3. Go to line 30: $suppress_localhost = true;
4. Edit that line to: $suppress_localhost = true;
5. Save that file.
It will ensure the project is prefixed with your localhost Name/IP.
The following two tabs change content below.
Latest posts by KarSho (see all)
- Step to Install JOOMLA in WAMP Localhost - March 30, 2020
- ‘Your Projects’ Links Not working in WAMP Server - March 29, 2020