123456789101112131415161718192021222324252627282930313233343536373839 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Quick Start Guide - Setup An Apache/PHP Web Server on Windows in 5 Minutes</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Web Server,XAMPP,PHP,Microsoft,Windows,MySQL,MariaDB,Quick Start,Under 5 Minutes,Home Lab,Home Lab Ideas,Install Guide,Self-Hosted,Administration,Apache,Apache HTTPD,Apache HTTPD Administration,Database,Developer,Development,WAMP,Free Software,HTTPD,Microsoft Windows,Under 10 Minutes,System Administration,System Administrator,Web Server Administration,Web Developer,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Quick Start Guide - Setup An Apache/PHP Web Server on Windows in 5 Minutes">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="04/08/2022 04:53:03 AM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Quick Start Guide - Setup An Apache/PHP Web Server on Windows in 5 Minutes</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Download XAMPP <a href="https://www.apachefriends.org/download.html" target="_blank">Download</a></li>
- <li><label for="cb_li_917989_0">Download Microsoft Visual C++ </label><label for="cb_li_917989_0"><a href="https://aka.ms/vs/16/release/vc_redist.x64.exe" target="_blank">Download</a></label></li>
- <li>Install Microsoft Visual C++</li>
- <li>Install XAMPP</li>
- <li>After the installation completes the XAMPP Control Panel will display</li>
- <li>Click the box under Service next to Apache and MySQL to run them as Windows Services</li>
- <li>Open a web browser and navigate to http://localhost</li>
- <li>Welcome to your fully functional WAMP server in under 5 minutes</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|