Step 1: Open the apache configuration file located inside apache/conf directory, the file name is httpd.conf
Step 2: Add the below line between the
{put the code here}Allow from All
Note: Directory tag will be already there inside the configuration file, no need to create this tag again.
Also uncomment if any line like below with hash symbol in front of it
Deny from all
Step 3: Restart the localhost web server
Step 4: Access the page with the following url
http://< Host IP Address>/wp/eswp/wpsrch.php
You should be able to see the web page
Kindly let me know if you have any questions