BLOGGING SITE
Welcome Back!
Sign In
Home
(current)
About
Categories
how to
issues
technologies & devices
web hosting
web development
Contact
Company Page
Home
Blog
2020-04-10
bilal.rasool
apache, port ,configuration, issues
204
How to change XAMPP apache server port
1.
Open XAMPP control panel
2.
Click on apache config
à
http.config
3.
Find 80 in whole file and replace it with 8888 and save
4.
Now Change the ssl port. For it open http-ssl-conf
5.
Find 443 in whole file and replace it with 4444 and save
6.
Now run XAMPP Apache port successfully changed
7. Done