I am using XAMPP 1.7.3. Apache and MySQL are installed. Nothing more.
Apache is installed on the default port of 80. Clicking on Admin next to Apache opens http://localhost/xampp/ . How does it work.
I went to xampp/apache/conf/httpd.conf and edited it. Install Listen 8080 . Now http://localhost:8080/xampp/ works as expected, but the Admin button still opens http://localhost/xampp/ , which doesn't open anything. After that, I restarted the computer without any results.
How to make XAMPP apache admin open localhost:8080/xampp ?
Samik Sengupta
source share