Difference between revisions of "Learning XAMPP (1)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Etc)
(See also)
 
(2 intermediate revisions by one other user not shown)
Line 9: Line 9:
 
Helpful:
 
Helpful:
  
* Knowledge of [[Web server|web servers]], [[Hyptertext Transfer Protocol|HTTP]]  
+
* Knowledge of [[Web server|web servers]], [[Hypertext Transfer Protocol|HTTP]]
  
 
== Download and install XAMPP ==
 
== Download and install XAMPP ==
Line 30: Line 30:
  
 
* [[XAMPP]]
 
* [[XAMPP]]
 +
 +
[[Category:Learning]]
 +
[[Category:LAMP (software)]]

Latest revision as of 18:33, 24 April 2016

This article introduces XAMPP for the beginner.

Requirements

Helpful:

Download and install XAMPP

Download and install the XAMPP application.

Run XAMPP

Double-click the XAMPP icon to launch the program.

Web page files in htdocs

Locate the htdocs folder.

The htdocs folder contains the web page files for the XAMPP web server.

Replace the files that are currently in htdocs with your own files and folders.

See also