This document provides a step-by-step guide for installing XAMPP server, including downloading the installer and configuring Apache and MySQL settings. It outlines necessary changes to port numbers for Apache and SSL if issues arise during startup. Finally, it instructs users to stop the servers and exit the control panel once setup is complete.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
54 views19 pages
XAMPP Installation
This document provides a step-by-step guide for installing XAMPP server, including downloading the installer and configuring Apache and MySQL settings. It outlines necessary changes to port numbers for Apache and SSL if issues arise during startup. Finally, it instructs users to stop the servers and exit the control panel once setup is complete.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 19
XAMPP SERVER INSTALLATION
1. Copy paste the link given below in browser
http://filehippo.com/download_xampp/63970/ 2. Click Download This Version (108.95MB) button 3.Once download is complete, right click on xampp-win32-5.6….exe and select show in folder option
4. Double click on the XAMPP Icon
5. Using the setup wizard, start XAMPP setup 6. Wait until installation is complete 7. Click finish once installation is complete 8. The XAMPP control panel opens and now start Apache and then start MySQL. Port numbers will be assigned for Apache Server and MySQL 9. If Apache doesn’t start, follow the instructions given in the following slides 1. In the XAMPP Control Panel, click on Master Config (Right top corner) 2. Change the Editor to something better than notepad (or) simply click Save 3. Click on Config of Apache and select httpd.conf 4. httpd Notepad opens: a. Find “Listen 80” and change it to “Listen 8080” b. Find “ServerName localhost:80” and change it to “ServerName localhost:8080” 5.If you’re also running SSL, you’ll need to change httpd-ssl.conf: 6. Click on Config of Apache and select httpd-ssl.conf 7. httpd -ssl Notepad opens: c. Find “Listen 443” and change it to “Listen 4433” d. Find “<VirtualHost _default_:443>” and change it to “<VirtualHost _default_:4443>” e. Find “ServerName localhost:443”. It’s possible that this hasn’t been set up yet and it reads “ServerName www.example.com:443”. In any case, change it to “ServerName localhost:4443” 8.In the Control Panel, click on the main Config button again 9.Click on Service and Port Settings 10.Change the Main Port to 8080 and the SSL Port 4433 11.Close out of Configuration 12.Stop and Start Apache 13. Type http:localhost:8080/ in your browser and go 14. Select phpMyAdmin in the page SERVER IS READY FOR USE 15. Stop MySQL and Apache. To exit XAMPP Control Panel, press Quit button
Important Note: Copy paste .htaccess file to htdocs folder in XAMPP.