Last updated on February 16, 2018
In this tutorial you’ll learn how to change XAMPP port. Follow the below shown steps,
Open your XAMPP folder, access apache -> access conf(C:\xampp\apache\conf
)
Open the httpd.conf
file with your favorite text editor
Find the line where the “Listen 80″
is located
Add another line with the “Listen 8080″
and then save the file
Restart your XAMPP and you are ready to access your work space with http://localhost:8080