- Download Xampp from the official website or directly from this link
- After successful installation of Xampp, go to this directory inside your Xampp folder: /Xampp/apache/conf/httpd.conf
- Search for Listen 80 and replace it with Listen 8080
- Search for ServerName localhost:80 and replace it with ServerName localhost:8080
- Save this file and close it
- Then go to this directory: /Xampp/apache/conf/extra/httpd-ssl.conf
- Search for Listen 443 and replace it with Listen 4499
- Search for VirtualHost _default_:443> and replace it with VirtualHost _default_:4499>
- Search for ServerName localhost:443 and replace it with ServerName localhost:4499
- Save this file and close it
- Congratulations, we are done. You can run your Apache service using Xampp Control Panel.
**Copy from CodeProject
No comments:
Post a Comment