{"id":908,"date":"2019-03-07T07:26:52","date_gmt":"2019-03-06T23:26:52","guid":{"rendered":"https:\/\/www.intelliwolf.com\/?p=908"},"modified":"2021-11-11T17:17:09","modified_gmt":"2021-11-11T09:17:09","slug":"how-to-install-xampp-step-by-step","status":"publish","type":"post","link":"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/","title":{"rendered":"How To Install XAMPP On Mac - Step By Step Instructions"},"content":{"rendered":"\n

If you want to install WordPress on your local machine, you have a number of software options, like XAMPP<\/a>, MAMP<\/a> or Local by Flywheel<\/a>.<\/p>\n\n\n\n

I prefer to use XAMPP because it's been around for ages (so it's stable and has a lot of tutorials), I can use it on my Windows, Mac and Linux machines, and if I want to do some PHP programming outside the WordPress environment, I can.<\/p>\n\n\n\n

It's also free and open source.<\/p>\n\n\n\n

You won't be able to access any apps or data from your local websites from other devices, unless you've got sophisticated file sharing across your network. But that's outside the scope of this tutorial.<\/p>\n\n\n\n

I've also had issues with SSL authentication and https support. It's simple enough to setup for one or two sites if you absolutely need it, but you're better off setting up an install on a server for that.<\/p>\n\n\n\n

If you want to show your work to a client or business partner, or get feedback from the community, you will likely run into issues allowing connections into your personal computer. If you don't, then this setup tutorial probably isn't necessary for you.<\/p>\n\n\n\n

How to install XAMPP on Mac<\/strong>:<\/h2>\n\n\n\n
  1. Download the correct version of XAMPP<\/li>
  2. Run the installer with the default options<\/li>
  3. Launch XAMPP<\/li>
  4. Start the services through manager-osx in the Launchpad<\/li><\/ol>\n\n\n\n

    In this tutorial, I'll be using my Mac running macOS 10.14 (\"Mojave\"), but the steps are the same for the other versions of Mac OSX and macOS 10.x (update: I've tested this on Catalina and it works there too).<\/p>\n\n\n\n

    Let's install XAMPP on MacOS.<\/p>\n\n\n\n

    Go to Apache Friends<\/a> and download the correct version of XAMPP.<\/p>\n\n\n\n

    For this tutorial, I'll be using XAMPP 7.3.2 for OSX.<\/p>\n\n\n\n

    \"\"<\/figure><\/div>\n\n\n\n

    Open the installer.<\/p>\n\n\n\n

    \"\"<\/figure><\/div>\n\n\n\n

    You'll see the XAMPP install window, while it gets everything ready.<\/p>\n\n\n\n

    \"\"<\/figure><\/div>\n\n\n\n

    Click \"Open\" on the warning box.<\/p>\n\n\n\n

    \"\"<\/figure><\/div>\n\n\n\n

    You'll probably have to put in your computer password to allow XAMPP to install.<\/p>\n\n\n\n

    \"\"<\/figure><\/div>\n\n\n\n

    Now that you've downloaded the XAMPP application, let's move on to setting it up. Click \"Next\" to start the process.<\/p>\n\n\n\n

    \"\"<\/figure><\/div>\n\n\n\n

    Just leave the default options selected to install the XAMPP Core Files and the XAMPP Developer Files. Click \"Next\".<\/p>\n\n\n\n

    \"\"<\/figure><\/div>\n\n\n\n

    XAMPP will be installed to a folder in your Applications directory.<\/p>\n\n\n\n

    On a Mac, you will find it under \/Applications\/XAMPP<\/p>\n\n\n\n

    Click \"Next\"<\/p>\n\n\n\n

    \"\"<\/figure><\/div>\n\n\n\n

    Learn more about Bitnami for XAMPP<\/em> will be checked. Uncheck that, unless you really<\/em> need to know.<\/p>\n\n\n\n

    Bitnami is fine, but I prefer to keep things simple. Fewer things to break.<\/p>\n\n\n\n

    Click \"Next\".<\/p>\n\n\n\n

    \"\"<\/figure><\/div>\n\n\n\n

    Now everything's ready to go, click \"Next\".<\/p>\n\n\n\n

    \"\"<\/figure><\/div>\n\n\n\n

    XAMPP will install to your computer. Just let it complete the installation process.<\/p>\n\n\n\n

    \"\"<\/figure><\/div>\n\n\n\n

    If all goes well, you'll see an installation confirmation.<\/p>\n\n\n\n

    Make sure Launch XAMPP<\/em> is checked, then click \"Finish\".<\/p>\n\n\n\n

    \"\"<\/figure><\/div>\n\n\n\n

    You'll see the XAMPP control panel.<\/p>\n\n\n\n

    If you want to build a WordPress site on your local machine, you'll need to start MySQL Database<\/em> and Apache Web Service<\/em>.<\/p>\n\n\n\n

    Just click on them and click \"Start\".<\/p>\n\n\n\n

    \"\"<\/figure><\/div>\n\n\n\n

    As long as they're both green, you're good to go.<\/p>\n\n\n\n

    \"\"<\/figure><\/div>\n\n\n\n

    A WordPress website is a combination of the files in htdocs and a MySQL database. Each WordPress installation will be under their own folder in htdocs and have their own separate MySQL database.<\/p>\n\n\n\n

    For future reference, you can access XAMPP by going to the Launchpad and clicking manager-osx<\/em>. This was originally in a folder called \"XAMPP\", but I moved it for convenience.<\/p>\n\n\n\n

    \"\"<\/figure><\/div>\n\n\n\n

    How to access your local website<\/h2>\n\n\n\n

    Create a folder in htdocs called \"example\". Then create a database called example. Connect them with the wp-config.php<\/em> settings later in this tutorial.<\/p>\n\n\n\n

    Open a web browser (Safari, Chrome, Firefox, whatever you usually use) and go to http:\/\/localhost\/example\/<\/p>\n\n\n\n

    You'll find your example website ready at that location. You can create multiple websites in localhost. Just access them through the folders as above. Logins will be through \/wp-admin\/ as normal.<\/p>\n\n\n\n

    You can setup accounts for multiple users as you would with any WordPress installation.<\/p>\n\n\n\n

    You don't need internet access to use your local websites. However, you will need an internet connection to download updates to your plugins, themes or core installation.<\/p>\n\n\n\n

    Do you use FTP with Localhost?<\/h2>\n\n\n\n

    Because all the files are on your Mac and not on an external server, you don't need to use FTP to make code changes to the files on your websites.<\/p>\n\n\n\n

    You just need to open the files from their folders with a text editor like Atom. When you save the code and refresh the browser, you will see the changes take effect immediately.<\/p>\n\n\n\n

    What is the default XAMPP MySQL login?<\/h2>\n\n\n\n

    The default XAMPP MySQL login is:<\/p>\n\n\n\n

    • Username: root<\/li>
    • Password is blank<\/li><\/ul>\n\n\n\n

      That's right, there is no default password for XAMPP MySQL.<\/p>\n\n\n\n

      The relevant section of your wp-config.php<\/em> file will be something like this:<\/p>\n\n\n\n

      \/\/ ** MySQL settings - You can get this info from your web host ** \/\/\n\/** The name of the database for WordPress *\/\ndefine( 'DB_NAME', 'example' );\n\n\/** MySQL database username *\/\ndefine( 'DB_USER', 'root' );\n\n\/** MySQL database password *\/\ndefine( 'DB_PASSWORD', '' );\n\n\/** MySQL hostname *\/\ndefine( 'DB_HOST', 'localhost' );<\/code><\/pre>\n\n\n\n

      How to change the default MySQL password for XAMPP<\/h2>\n\n\n\n

      It's not the best idea to have a blank password for database access, even if it's only on your own computer.<\/p>\n\n\n\n

      It's pretty easy to change the default MySQL password.<\/p>\n\n\n\n

      You can use this process if you ever forget your password too.<\/p>\n\n\n\n

      Go to http:\/\/localhost\/dashboard\/<\/em><\/p>\n\n\n\n

      Click phpMyAdmin<\/em>.<\/p>\n\n\n\n

      \"\"<\/figure><\/div>\n\n\n\n

      Choose the User accounts<\/em> tab.<\/p>\n\n\n\n

      Look for the root<\/em> user, then click Edit privileges<\/em>.<\/p>\n\n\n\n

      \"\"<\/figure><\/div>\n\n\n\n

      Click Change password<\/em>.<\/p>\n\n\n\n

      \"\"<\/figure><\/div>\n\n\n\n

      Enter a password into the Enter<\/em> and Re-type<\/em> fields, then click \"Go\".<\/p>\n\n\n\n

      In this instance, I just used \"pass\".<\/p>\n\n\n\n

      \"\"<\/figure><\/div>\n\n\n\n

      Final step, to make sure the password change takes effect, go to the XAMPP control, select MySQL Database<\/em> and click \"Restart\".<\/p>\n\n\n\n

      \"\"<\/figure><\/div>\n\n\n\n

      If you already have any WordPress installations on the computer, be sure to update the wp-config.php<\/em> file.<\/p>\n\n\n\n

      \/\/ ** MySQL settings - You can get this info from your web host ** \/\/\n\/** The name of the database for WordPress *\/\ndefine( 'DB_NAME', 'example' );\n\n\/** MySQL database username *\/\ndefine( 'DB_USER', 'root' );\n\n\/** MySQL database password *\/\ndefine( 'DB_PASSWORD', 'pass' );\n\n\/** MySQL hostname *\/\ndefine( 'DB_HOST', 'localhost' );<\/code><\/pre>\n\n\n\n

      MySQL Error Cannot Connect: Invalid Settings<\/h2>\n\n\n\n

      If you try to connect to phpMyAdmin right now, you'll get an error message saying MySQL cannot connect: invalid settings<\/em>.<\/p>\n\n\n\n

      You'll also see mysqli_real_connect(): (HY000\/1045): Access denied for user 'root'@'localhost' (using password: NO)<\/em>.<\/p>\n\n\n\n

      \"\"<\/figure><\/div>\n\n\n\n

      This happens because you changed the password for the root<\/em> user.<\/p>\n\n\n\n

      How to fix XAMPP phpMyAdmin access denied after changing root password<\/strong>:<\/p>\n\n\n\n

      • Open \/xampp\/phpmyadmin\/config.inc.php<\/em> in a text editor<\/li>
      • On or about line 31, add a password inside the quotes<\/li>
      • Save the file and restart MySQL<\/li><\/ul>\n\n\n\n

        Let's go through those steps. Go to \/xampp\/phpmyadmin\/<\/em> and open config.inc.php<\/em> in a text editor.<\/p>\n\n\n\n

        I'm using Atom for this, but any text editor will be fine.<\/p>\n\n\n\n

        \"\"<\/figure><\/div>\n\n\n\n

        Scroll down a little. In my version, it's line 31.<\/p>\n\n\n\n

        Look for<\/p>\n\n\n\n

        $cfg['Servers'][$i]['password'] = '';<\/code><\/pre>\n\n\n\n

        Inside the single quotes, put the password you created for the root<\/em> user.<\/p>\n\n\n\n

        It should look something like<\/p>\n\n\n\n

        $cfg['Servers'][$i]['password'] = 'pass';<\/code><\/pre>\n\n\n\n

        Save the file.<\/p>\n\n\n\n

        \"\"<\/figure><\/div>\n\n\n\n

        Restart MySQL for good measure and you'll be able to login.<\/p>\n","protected":false},"excerpt":{"rendered":"

        If you want to install WordPress on your local machine, you have a number of software options, like XAMPP, MAMP or Local by Flywheel. I prefer to use XAMPP because it’s been around for ages (so it’s stable and has a lot of tutorials), I can use it on my Windows, Mac and Linux machines,<\/p>\n","protected":false},"author":2,"featured_media":956,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"yoast_head":"\nInstall XAMPP on Mac - Step By Step Instructions<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install XAMPP on Mac - Step By Step Instructions\" \/>\n<meta property=\"og:description\" content=\"If you want to install WordPress on your local machine, you have a number of software options, like XAMPP, MAMP or Local by Flywheel. I prefer to use XAMPP because it's been around for ages (so it's stable and has a lot of tutorials), I can use it on my Windows, Mac and Linux machines,\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/\" \/>\n<meta property=\"og:site_name\" content=\"Intelliwolf\" \/>\n<meta property=\"article:published_time\" content=\"2019-03-06T23:26:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-11T09:17:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.intelliwolf.com\/wp-content\/uploads\/2019\/03\/2019-03-07-install-xampp.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1039\" \/>\n\t<meta property=\"og:image:height\" content=\"526\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Mike Haydon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mike Haydon\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/\"},\"author\":{\"name\":\"Mike Haydon\",\"@id\":\"https:\/\/www.intelliwolf.com\/#\/schema\/person\/7209e3ff14822e4d70d5f194a310f343\"},\"headline\":\"How To Install XAMPP On Mac - Step By Step Instructions\",\"datePublished\":\"2019-03-06T23:26:52+00:00\",\"dateModified\":\"2021-11-11T09:17:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/\"},\"wordCount\":1093,\"commentCount\":4,\"publisher\":{\"@id\":\"https:\/\/www.intelliwolf.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.intelliwolf.com\/wp-content\/uploads\/2019\/03\/2019-03-07-install-xampp.png\",\"articleSection\":[\"Server\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/\",\"url\":\"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/\",\"name\":\"Install XAMPP on Mac - Step By Step Instructions\",\"isPartOf\":{\"@id\":\"https:\/\/www.intelliwolf.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.intelliwolf.com\/wp-content\/uploads\/2019\/03\/2019-03-07-install-xampp.png\",\"datePublished\":\"2019-03-06T23:26:52+00:00\",\"dateModified\":\"2021-11-11T09:17:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/#primaryimage\",\"url\":\"https:\/\/www.intelliwolf.com\/wp-content\/uploads\/2019\/03\/2019-03-07-install-xampp.png\",\"contentUrl\":\"https:\/\/www.intelliwolf.com\/wp-content\/uploads\/2019\/03\/2019-03-07-install-xampp.png\",\"width\":1039,\"height\":526},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.intelliwolf.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Server\",\"item\":\"https:\/\/www.intelliwolf.com\/category\/server\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How To Install XAMPP On Mac - Step By Step Instructions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.intelliwolf.com\/#website\",\"url\":\"https:\/\/www.intelliwolf.com\/\",\"name\":\"Intelliwolf\",\"description\":\"WordPress, Web Design & Coding Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.intelliwolf.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.intelliwolf.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.intelliwolf.com\/#organization\",\"name\":\"Intelliwolf\",\"url\":\"https:\/\/www.intelliwolf.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.intelliwolf.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.intelliwolf.com\/wp-content\/uploads\/intelliwolf-logo-300t.png\",\"contentUrl\":\"https:\/\/www.intelliwolf.com\/wp-content\/uploads\/intelliwolf-logo-300t.png\",\"width\":300,\"height\":100,\"caption\":\"Intelliwolf\"},\"image\":{\"@id\":\"https:\/\/www.intelliwolf.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.intelliwolf.com\/#\/schema\/person\/7209e3ff14822e4d70d5f194a310f343\",\"name\":\"Mike Haydon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.intelliwolf.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d5f4754fae310a04dede91d15e57c8a0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d5f4754fae310a04dede91d15e57c8a0?s=96&d=mm&r=g\",\"caption\":\"Mike Haydon\"},\"sameAs\":[\"https:\/\/intelliwolf.com\/about-mike-haydon\/\"]}]}<\/script>\n","yoast_head_json":{"title":"Install XAMPP on Mac - Step By Step Instructions","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/","og_locale":"en_US","og_type":"article","og_title":"Install XAMPP on Mac - Step By Step Instructions","og_description":"If you want to install WordPress on your local machine, you have a number of software options, like XAMPP, MAMP or Local by Flywheel. I prefer to use XAMPP because it's been around for ages (so it's stable and has a lot of tutorials), I can use it on my Windows, Mac and Linux machines,","og_url":"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/","og_site_name":"Intelliwolf","article_published_time":"2019-03-06T23:26:52+00:00","article_modified_time":"2021-11-11T09:17:09+00:00","og_image":[{"width":1039,"height":526,"url":"https:\/\/www.intelliwolf.com\/wp-content\/uploads\/2019\/03\/2019-03-07-install-xampp.png","type":"image\/png"}],"author":"Mike Haydon","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Mike Haydon","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/#article","isPartOf":{"@id":"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/"},"author":{"name":"Mike Haydon","@id":"https:\/\/www.intelliwolf.com\/#\/schema\/person\/7209e3ff14822e4d70d5f194a310f343"},"headline":"How To Install XAMPP On Mac - Step By Step Instructions","datePublished":"2019-03-06T23:26:52+00:00","dateModified":"2021-11-11T09:17:09+00:00","mainEntityOfPage":{"@id":"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/"},"wordCount":1093,"commentCount":4,"publisher":{"@id":"https:\/\/www.intelliwolf.com\/#organization"},"image":{"@id":"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/#primaryimage"},"thumbnailUrl":"https:\/\/www.intelliwolf.com\/wp-content\/uploads\/2019\/03\/2019-03-07-install-xampp.png","articleSection":["Server"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/","url":"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/","name":"Install XAMPP on Mac - Step By Step Instructions","isPartOf":{"@id":"https:\/\/www.intelliwolf.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/#primaryimage"},"image":{"@id":"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/#primaryimage"},"thumbnailUrl":"https:\/\/www.intelliwolf.com\/wp-content\/uploads\/2019\/03\/2019-03-07-install-xampp.png","datePublished":"2019-03-06T23:26:52+00:00","dateModified":"2021-11-11T09:17:09+00:00","breadcrumb":{"@id":"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/#primaryimage","url":"https:\/\/www.intelliwolf.com\/wp-content\/uploads\/2019\/03\/2019-03-07-install-xampp.png","contentUrl":"https:\/\/www.intelliwolf.com\/wp-content\/uploads\/2019\/03\/2019-03-07-install-xampp.png","width":1039,"height":526},{"@type":"BreadcrumbList","@id":"https:\/\/www.intelliwolf.com\/how-to-install-xampp-step-by-step\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.intelliwolf.com\/"},{"@type":"ListItem","position":2,"name":"Server","item":"https:\/\/www.intelliwolf.com\/category\/server\/"},{"@type":"ListItem","position":3,"name":"How To Install XAMPP On Mac - Step By Step Instructions"}]},{"@type":"WebSite","@id":"https:\/\/www.intelliwolf.com\/#website","url":"https:\/\/www.intelliwolf.com\/","name":"Intelliwolf","description":"WordPress, Web Design & Coding Tutorials","publisher":{"@id":"https:\/\/www.intelliwolf.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.intelliwolf.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.intelliwolf.com\/#organization","name":"Intelliwolf","url":"https:\/\/www.intelliwolf.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.intelliwolf.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.intelliwolf.com\/wp-content\/uploads\/intelliwolf-logo-300t.png","contentUrl":"https:\/\/www.intelliwolf.com\/wp-content\/uploads\/intelliwolf-logo-300t.png","width":300,"height":100,"caption":"Intelliwolf"},"image":{"@id":"https:\/\/www.intelliwolf.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.intelliwolf.com\/#\/schema\/person\/7209e3ff14822e4d70d5f194a310f343","name":"Mike Haydon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.intelliwolf.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d5f4754fae310a04dede91d15e57c8a0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d5f4754fae310a04dede91d15e57c8a0?s=96&d=mm&r=g","caption":"Mike Haydon"},"sameAs":["https:\/\/intelliwolf.com\/about-mike-haydon\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.intelliwolf.com\/wp-json\/wp\/v2\/posts\/908"}],"collection":[{"href":"https:\/\/www.intelliwolf.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.intelliwolf.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.intelliwolf.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.intelliwolf.com\/wp-json\/wp\/v2\/comments?post=908"}],"version-history":[{"count":4,"href":"https:\/\/www.intelliwolf.com\/wp-json\/wp\/v2\/posts\/908\/revisions"}],"predecessor-version":[{"id":2392,"href":"https:\/\/www.intelliwolf.com\/wp-json\/wp\/v2\/posts\/908\/revisions\/2392"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.intelliwolf.com\/wp-json\/wp\/v2\/media\/956"}],"wp:attachment":[{"href":"https:\/\/www.intelliwolf.com\/wp-json\/wp\/v2\/media?parent=908"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.intelliwolf.com\/wp-json\/wp\/v2\/categories?post=908"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.intelliwolf.com\/wp-json\/wp\/v2\/tags?post=908"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}