On a Windows machine, there's a system running on the local wampserver, but while the application is running on localhost, the URL says otherwise.
While I would expect the URL to be like this based on the directory structure:
http://localhost/pro/include/db_report.php
The developer has managed to do this:
http://ap-mispro/pro/include/db_report.php
So instead of localhost
, the URL says ap-mispro
.
And both URLs work fine.
How is the second URL made? I tried checking out the wampmanager.ini
and wampmanager.tpl
but maybe I didn't know what to look for?
go to C:\Windows\System32\drivers\etc and open hosts file and add this
then go to C:\xampp\apache\conf\extra open httpd-ajp.conf file and add