0303.html 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Quick Start Guide - Setup An Apache/PHP Web Server on Windows in 5 Minutes</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="How To,Tutorial,i12bretro,Web Server,XAMPP,PHP,Microsoft,Windows,MySQL,MariaDB,Quick Start,Under 5 Minutes">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Quick Start Guide - Setup An Apache/PHP Web Server on Windows in 5 Minutes">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Quick Start Guide - Setup An Apache/PHP Web Server on Windows in 5 Minutes</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <ol>
  25. <li>Download XAMPP <a href="https://www.apachefriends.org/download.html" target="_blank">Download</a></li>
  26. <li><label for="cb_li_917989_0">Download Microsoft Visual C++&nbsp;</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>
  27. <li>Install&nbsp;Microsoft Visual C++</li>
  28. <li>Install XAMPP</li>
  29. <li>After the installation completes the XAMPP Control Panel will display</li>
  30. <li>Click the box under Service next to Apache and MySQL to run them as Windows Services</li>
  31. <li>Open a web browser and navigate to http://localhost</li>
  32. <li>Welcome to your fully functional WAMP server in under 5 minutes</li>
  33. </ol>
  34. </div>
  35. </div>
  36. </body>
  37. </html>