How to change XAMPP Apache default port 80

Trabla: How to change XAMPP Apache default port 80


How to change XAMPP Apache default port 80

Solving:



Watch on YouTube

1. Open XAMPP control panel

2. Stop Apache server if running

3. Click Config - Apache  httpd.conf

4.  Find all places where 80 appears
and change to port you need , e.g. 3012

5. Save & close Apache  httpd.conf

6. Start Apache

Note:
After changing port,  add port number to localhost url
e.g.
old    http://localhost/phpmyadmin
new  http://localhost:3012/phpmyadmin


No comments:

Post a Comment