howto_shared_links.html 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <!doctype html>
  2. <html lang="en">
  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>Apache Friends</title>
  10. <link href="/dashboard/stylesheets/normalize.css" rel="stylesheet" type="text/css" /><link href="/dashboard/stylesheets/all.css" rel="stylesheet" type="text/css" />
  11. <link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
  12. <script src="/dashboard/javascripts/modernizr.js" type="text/javascript"></script>
  13. <link href="/dashboard/images/favicon.png" rel="icon" type="image/png" />
  14. </head>
  15. <body class="howto_shared_links">
  16. <div id="fb-root"></div>
  17. <script>(function(d, s, id) {
  18. var js, fjs = d.getElementsByTagName(s)[0];
  19. if (d.getElementById(id)) return;
  20. js = d.createElement(s); js.id = id;
  21. js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=277385395761685";
  22. fjs.parentNode.insertBefore(js, fjs);
  23. }(document, 'script', 'facebook-jssdk'));</script>
  24. <div class="contain-to-grid">
  25. <nav class="top-bar" data-topbar>
  26. <ul class="title-area">
  27. <li class="name">
  28. <h1><a href="/dashboard/index.html">Apache Friends</a></h1>
  29. </li>
  30. <li class="toggle-topbar menu-icon">
  31. <a href="#">
  32. <span>Menu</span>
  33. </a>
  34. </li>
  35. </ul>
  36. <section class="top-bar-section">
  37. <!-- Right Nav Section -->
  38. <ul class="right">
  39. <li class=""><a href="/applications.html">Applications</a></li>
  40. <li class=""><a href="/dashboard/faq.html">FAQs</a></li>
  41. <li class="active"><a href="/dashboard/howto.html">HOW-TO Guides</a></li>
  42. <li class=""><a target="_blank" href="/dashboard/phpinfo.php">PHPInfo</a></li>
  43. <li class=""><a href="/phpmyadmin/">phpMyAdmin</a></li>
  44. </ul>
  45. </section>
  46. </nav>
  47. </div>
  48. <div id="wrapper">
  49. <h5><a href="/dashboard/docs/backup-restore-mysql.html">Backup and Restore MySQL/MariaDB Databases</a></h5>
  50. <h5><a href="/dashboard/docs/transfer-files-ftp.html">Configure FTP Access</a></h5>
  51. <h5><a href="/dashboard/docs/configure-vhosts.html">Configure Virtual Hosts</a></h5>
  52. <h5><a href="/dashboard/docs/configure-wildcard-subdomains.html">Configure Wildcard-Based Subdomains</a></h5>
  53. <h5><a href="/dashboard/docs/deploy-git-app.html">Deploy an Application Using Git</a></h5>
  54. <h5><a href="/dashboard/docs/install-wordpress.html">Get Started Quickly with WordPress</a></h5>
  55. <h5><a href="/dashboard/docs/reset-mysql-password.html">Reset the MySQL/MariaDB Root Password</a></h5>
  56. <h5><a href="/dashboard/docs/send-mail.html">Send Mail with PHP</a></h5>
  57. <h5><a href="/dashboard/docs/use-sqlite.html">Use SQLite with PHP</a></h5>
  58. <h5><a href="/dashboard/docs/activate-use-xdebug.html">Activate and Use Xdebug</a></h5>
  59. <h5><a href="/dashboard/docs/create-framework-project-zf1.html">Start a New Zend Framework 1.x Project</a></h5>
  60. <h5><a href="/dashboard/docs/create-framework-project-zf2.html">Start a New Zend Framework 2.x Project</a></h5>
  61. <h5><a href="/dashboard/docs/troubleshoot-apache.html">Troubleshoot Apache Startup Problems</a></h5>
  62. <h5><a href="/dashboard/docs/change-mysql-temp-dir.html">Change the MySQL Temporary Files Directory</a></h5>
  63. <h5><a href="/dashboard/docs/increase-php-file-upload-limit.html">Increase the PHP File Upload Limit</a></h5>
  64. <h5><a href="/dashboard/docs/access-phpmyadmin-remotely.html">Enable Remote Access to phpMyAdmin</a></h5>
  65. <h5><a href="/dashboard/docs/auto-start-xampp.html">Auto-Start XAMPP</a></h5>
  66. </div>
  67. <footer>
  68. <div class="row">
  69. <div class="large-12 columns">
  70. <div class="row">
  71. <div class="large-8 columns">
  72. <ul class="social">
  73. <li class="twitter"><a href="https://twitter.com/apachefriends">Follow us on Twitter</a></li>
  74. <li class="facebook"><a href="https://www.facebook.com/we.are.xampp">Like us on Facebook</a></li>
  75. <li class="google"><a href="https://plus.google.com/+xampp/posts">Add us to your G+ Circles</a></li>
  76. </ul>
  77. <ul class="inline-list">
  78. <li><a href="https://www.apachefriends.org/blog.html">Blog</a></li>
  79. <li><a href="https://www.apachefriends.org/privacy_policy.html">Privacy Policy</a></li>
  80. <li>
  81. <a target="_blank" href="http://www.fastly.com/"> CDN provided by
  82. <img width="48" data-2x="/dashboard/images/fastly-logo@2x.png" src="/dashboard/images/fastly-logo.png" />
  83. </a> </li>
  84. </ul>
  85. </div>
  86. <div class="large-4 columns">
  87. <p class="text-right">Copyright (c) 2017, Apache Friends</p>
  88. </div>
  89. </div>
  90. </div>
  91. </div>
  92. </footer>
  93. <!-- JS Libraries -->
  94. <script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
  95. <script src="/dashboard/javascripts/all.js" type="text/javascript"></script>
  96. </body>
  97. </html>