How to change the URL from “localhost” to something else, on a local system using wampserver?
问题 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