howto.html 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <!doctype html>
  2. <html lang="fr">
  3. <head>
  4. <meta charset="utf-8">
  5. <!-- Always force latest IE rendering engine or request Chrome Frame -->
  6. <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  8. <!-- Use title if it's in the page YAML frontmatter -->
  9. <title>XAMPP howto guides</title>
  10. <meta name="description" content="XAMPP is an easy to install Apache distribution containing MariaDB, PHP and Perl." />
  11. <meta name="keywords" content="xampp, apache, php, perl, mysql, open source distribution" />
  12. <link href="/dashboard/stylesheets/normalize.css" rel="stylesheet" type="text/css" /><link href="/dashboard/stylesheets/all.css" rel="stylesheet" type="text/css" />
  13. <link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
  14. <script src="/dashboard/javascripts/modernizr.js" type="text/javascript"></script>
  15. <link href="/dashboard/images/favicon.png" rel="icon" type="image/png" />
  16. </head>
  17. <body class="fr fr_howto">
  18. <div id="fb-root"></div>
  19. <script>(function(d, s, id) {
  20. var js, fjs = d.getElementsByTagName(s)[0];
  21. if (d.getElementById(id)) return;
  22. js = d.createElement(s); js.id = id;
  23. js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=277385395761685";
  24. fjs.parentNode.insertBefore(js, fjs);
  25. }(document, 'script', 'facebook-jssdk'));</script>
  26. <div class="contain-to-grid">
  27. <nav class="top-bar" data-topbar>
  28. <ul class="title-area">
  29. <li class="name">
  30. <h1><a href="/dashboard/fr/index.html">Apache Friends</a></h1>
  31. </li>
  32. <li class="toggle-topbar menu-icon">
  33. <a href="#">
  34. <span>Menu</span>
  35. </a>
  36. </li>
  37. </ul>
  38. <section class="top-bar-section">
  39. <!-- Right Nav Section -->
  40. <ul class="right">
  41. <li class=""><a href="/applications.html">Applications</a></li>
  42. <li class=""><a href="/dashboard/fr/faq.html">Questions fréquentes</a></li>
  43. <li class="active"><a href="/dashboard/fr/howto.html">HOW-TO Guides</a></li>
  44. <li class=""><a target="_blank" href="/dashboard/phpinfo.php">PHPInfo</a></li>
  45. <li class=""><a href="/phpmyadmin/">phpMyAdmin</a></li>
  46. </ul>
  47. </section>
  48. </nav>
  49. </div>
  50. <div id="wrapper">
  51. <div class="hero">
  52. <div class="row">
  53. <div class="large-12 columns">
  54. <h1>Windows <span>HOW-TO Guides</span></h1>
  55. </div>
  56. </div>
  57. </div>
  58. <div class="row">
  59. <div class="large-12 columns">
  60. <h5><a href="/dashboard/docs/backup-restore-mysql.html">Backup and Restore MySQL/MariaDB Databases</a></h5>
  61. <h5><a href="/dashboard/docs/transfer-files-ftp.html">Configure FTP Access</a></h5>
  62. <h5><a href="/dashboard/docs/configure-vhosts.html">Configure Virtual Hosts</a></h5>
  63. <h5><a href="/dashboard/docs/configure-wildcard-subdomains.html">Configure Wildcard-Based Subdomains</a></h5>
  64. <h5><a href="/dashboard/docs/deploy-git-app.html">Deploy an Application Using Git</a></h5>
  65. <h5><a href="/dashboard/docs/install-wordpress.html">Get Started Quickly with WordPress</a></h5>
  66. <h5><a href="/dashboard/docs/reset-mysql-password.html">Reset the MySQL/MariaDB Root Password</a></h5>
  67. <h5><a href="/dashboard/docs/send-mail.html">Send Mail with PHP</a></h5>
  68. <h5><a href="/dashboard/docs/use-sqlite.html">Use SQLite with PHP</a></h5>
  69. <h5><a href="/dashboard/docs/activate-use-xdebug.html">Activate and Use Xdebug</a></h5>
  70. <h5><a href="/dashboard/docs/create-framework-project-zf1.html">Start a New Zend Framework 1.x Project</a></h5>
  71. <h5><a href="/dashboard/docs/create-framework-project-zf2.html">Start a New Zend Framework 2.x Project</a></h5>
  72. <h5><a href="/dashboard/docs/troubleshoot-apache.html">Troubleshoot Apache Startup Problems</a></h5>
  73. <h5><a href="/dashboard/docs/change-mysql-temp-dir.html">Change the MySQL Temporary Files Directory</a></h5>
  74. <h5><a href="/dashboard/docs/increase-php-file-upload-limit.html">Increase the PHP File Upload Limit</a></h5>
  75. <h5><a href="/dashboard/docs/access-phpmyadmin-remotely.html">Enable Remote Access to phpMyAdmin</a></h5>
  76. <h5><a href="/dashboard/docs/auto-start-xampp.html">Auto-Start XAMPP</a></h5>
  77. <h5><a href="/dashboard/docs/use-different-php-version.html">Use a Different PHP Version</a></h5>
  78. <h5><a href="/dashboard/docs/use-php-fcgi.html">Run PHP under FastCGI</a></h5>
  79. <h5><a href="/dashboard/docs/configure-use-tomcat.html">Configure and Use Apache Tomcat</a></h5>
  80. </div>
  81. </div>
  82. </div>
  83. <footer>
  84. <div class="row">
  85. <div class="large-12 columns">
  86. <div class="row">
  87. <div class="large-8 columns">
  88. <ul class="social">
  89. <li class="twitter"><a href="https://twitter.com/apachefriends">Follow us on Twitter</a></li>
  90. <li class="facebook"><a href="https://www.facebook.com/we.are.xampp">Like us on Facebook</a></li>
  91. <li class="google"><a href="https://plus.google.com/+xampp/posts">Add us to your G+ Circles</a></li>
  92. </ul>
  93. <ul class="inline-list">
  94. <li><a href="https://www.apachefriends.org/blog.html">Blog</a></li>
  95. <li><a href="https://www.apachefriends.org/privacy_policy.html">Politique de confidentialité</a></li>
  96. <li>
  97. <a target="_blank" href="http://www.fastly.com/"> CDN fourni par
  98. <img width="48" data-2x="/dashboard/images/fastly-logo@2x.png" src="/dashboard/images/fastly-logo.png" />
  99. </a> </li>
  100. </ul>
  101. </div>
  102. <div class="large-4 columns">
  103. <p class="text-right">Copyright (c) 2017، Apache Friends</p>
  104. </div>
  105. </div>
  106. </div>
  107. </div>
  108. </footer>
  109. <!-- JS Libraries -->
  110. <script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
  111. <script src="/dashboard/javascripts/all.js" type="text/javascript"></script>
  112. </body>
  113. </html>