XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP...

19
XAMPP WEB DEVELOPMENT ON YOUR LOCAL COMPUTER

Transcript of XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP...

Page 1: XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution

XAMPPWEB DEVELOPMENT ON YOUR LOCAL COMPUTER

Page 2: XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution

WHAT IS XAMPP

• XAMPP is an open source Apache distribution.

• Packages all the pieces you need for web development.

• Very easy to install and configure.

• Apache Friends: https://www.apachefriends.org/index.html

Page 3: XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution

WHAT IS XAMPP

• Includes:

• Apache 2.4.23

• MariaDB 10.1.19

• PHP 7.0.13

• phpMyAdmin 4.5.1

• OpenSSL, Webalizer, Mercury Mail, FileZilla Server, Tomcat, Perl

Page 4: XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution
Page 5: XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution

We will not be installing into

“Program Files”, so just click

OK

Page 6: XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution
Page 7: XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution
Page 8: XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution

“C:\xampp” is the default,

and usually what I use

Page 9: XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution
Page 10: XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution
Page 11: XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution
Page 12: XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution
Page 13: XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution

Change this to 300

Page 14: XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution
Page 15: XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution
Page 16: XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution
Page 17: XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution

Open a browser and type “localhost” into the address bar.

Page 18: XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution

WINDOWS PROBLEMS

• LOCALHOST doesn’t work

• Try 127.0.0.1 instead.

• You need to edit the “hosts” file.

• Apache won’t start

• Usually because another process is locking port 80.

• Disable "World Wide Web Services" in Windows.

Page 19: XAMPP - LISUG · XAMPP Apache + MariaDB + PHP + What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution

The “htdocs” folder is

the web root.

This is where Apache

is going to look for

web pages.

URL address is relative

to this folder.