{"id":1069,"date":"2011-10-10T18:28:03","date_gmt":"2011-10-10T18:28:03","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2011\/10\/10\/how-to-install-magento\/"},"modified":"2023-10-19T13:08:55","modified_gmt":"2023-10-19T17:08:55","slug":"how-to-install-magento","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/","title":{"rendered":"How to Install Magento Manually"},"content":{"rendered":"<p>In this Magento installation guide, we\u2019ll show you how to install Magento and get your store up and running in no time. Since Magento is going to be manually installed without the use of a third party installer, there are quite a few steps, however, the installation process is quite easy.<\/p>\n\n\n\n<p>Before installing Magento, please note, you will need a <a href=\"\/magento-hosting\">Magento Hosting<\/a> plan on either a virtual private server or dedicated server, due to the resources required to run Magento.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Set Up a Database for Magento<\/h2>\n\n\n\n<p><a href=\"\/support\/edu\/cpanel\/how-to-log-into-cpanel\/\">Log into cPanel<\/a> and using the <a href=\"\/support\/website\/database-setup\/\">MySQL Database Wizard<\/a>, set up a blank database for your new Magento installation. Be sure to make note of the database credentials as we\u2019ll have to use them later on in the installation process. Here\u2019s the credentials we\u2019ve used:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th class=\"has-text-align-left\" data-align=\"left\">Database Name<\/th><td>inmoti6_magento<\/td><\/tr><tr><th class=\"has-text-align-left\" data-align=\"left\">Database User<\/th><td>inmoti6_mageusr<\/td><\/tr><tr><th class=\"has-text-align-left\" data-align=\"left\">Databse User Password<\/th><td>******* (We\u2019ve left out our password to protect the security of our database<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Download Magento Install Package<\/h2>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>Download the Magento install package from the Magento website: <a href=\"https:\/\/www.magentocommerce.com\/download\" target=\"_blank\" rel=\"noopener noreferrer\">Magento Downloads page<\/a><\/li>\n\n\n\n<li>Under the \u201c<strong>Full Release<\/strong>\u201d section, select any of the files under \u201c<strong>Select your format<\/strong>\u201d and click \u201c<strong>Download<\/strong>\u201c<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Upload Magento To Your Server<\/h2>\n\n\n\n<p>Now, using the <strong>cPanel File Manager<\/strong> upload the compressed package you just downloaded from the Magento website. Upload it in the same directory you wish to install Magento in. In our example we\u2019re installing Magento in a subdomain called \u201cmagento.inmotiontesting.com\u201d so we\u2019re uploading the .zip file to the root folder for that subdomain.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>In File Manager, right-click on the .zip file and extract the file to the current location.\n<br><img decoding=\"async\" width=\"841\" height=\"407\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/10\/magento_magento_install_1.png\" class=\"optimized-lcp-image\" alt=\"magento_install_1\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/10\/magento_magento_install_1.png 841w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/10\/magento_magento_install_1-300x145.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/10\/magento_magento_install_1-768x372.png 768w\">\n<\/li>\n\n\n\n<li>This will create a folder called \u201c<strong>magento<\/strong>\u201c. We need to move the <i>contents<\/i> of the \u201c<strong>magento<\/strong>\u201d folder to the parent folder above. If we do not do this step our store will install in the \u201c<strong>magento.inmotiontesting.com\/magento<\/strong>\u201d location instead of \u201c<strong>magento.inmotiontesting.com<\/strong>\u201c. Open the Magento folder, and \u201c<strong>select all<\/strong>\u201d files and folders.<\/li>\n\n\n\n<li>Right-click with the files selected and select \u201c<strong>move<\/strong>\u201c. Change the \u201c<strong>move<\/strong>\u201d location to the parent folder above the \u201c<strong>magento<\/strong>\u201d folder.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Edit the .htaccess file for Magento<\/h2>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>In the root folder, find the <strong>.htaccess<\/strong> file and right click on it. Then choose \u201c<strong>Edit<\/strong>\u201c.<\/li>\n\n\n\n<li>Find this line of code:<br>\n<pre>php_value memory_limit 256M<\/pre>\n<p><strong>And change it to this:<\/strong><\/p>\n<pre># php_value memory_limit 256M<\/pre><br>\n<img decoding=\"async\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/10\/magento_magento_install_htacess_1.jpg\" alt=\"magento install htaccess\">\n<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Configure Your Magento Install<\/h2>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>Now, visit your new Magento installation in your web browser. We installed ours in the subdomain \u201cmagento\u201d so it would be: https:\/\/magento.inmotiontesting.com<\/li>\n\n\n\n<li>On the next screen, select the <strong>Localization Settings<\/strong> for your timezone, currency, and language.<br><img decoding=\"async\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/10\/magento_magento_install_locale_1.jpg\" alt=\"magento_install_locale_1\"><\/li>\n\n\n\n<li>Fill in your database credentials that you wrote down from the first step and click \u201c<strong>Continue<\/strong>\u201c.<br><img decoding=\"async\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/10\/magento_magento_install_dbconfig_1.jpg\" alt=\"magento_install_dbconfig_1\"><\/li>\n\n\n\n<li>Fill in the Admin Account Details and click \u201c<strong>Continue<\/strong>\u201c.<\/li>\n\n\n\n<li>On the next screen, Magento will provide you with an encryption key. Copy the key down and store it in a safe place.<\/li>\n<\/ol>\n\n\n\n<p>At this point, you\u2019ve initially installed and configured your new Magento shopping cart. You can visit your website frontend, or <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-log-into-magento-admin-panel\/\">log into the Magento Admin Panel<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this Magento installation guide, we&#8217;ll show you how to install Magento and get your store up and running in no time. Since Magento is going to be manually installed without the use of a third party installer, there are quite a few steps, however, the installation process is quite easy. Before installing Magento, please<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/\"> Read More ><\/a><\/p>\n","protected":false},"author":56983,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[72],"tags":[],"class_list":["post-1069","post","type-post","status-publish","format-standard","hentry","category-magento"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install Magento Manually From Start to Finish<\/title>\n<meta name=\"description\" content=\"In this tutorial, we&#039;ll explain how to manually install Magento with our easy to follow Magento Installation Guide.\" \/>\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.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Magento Manually From Start to Finish\" \/>\n<meta property=\"og:description\" content=\"In this tutorial, we&#039;ll explain how to manually install Magento with our easy to follow Magento Installation Guide.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-10-10T18:28:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-10-19T17:08:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/10\/magento_magento_install_1.png\" \/>\n<meta name=\"author\" content=\"Carrie Smaha\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@carriesmaha\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Carrie Smaha\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/\"},\"author\":{\"name\":\"Carrie Smaha\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/595948dab2995d347a87076abdae19d8\"},\"headline\":\"How to Install Magento Manually\",\"datePublished\":\"2011-10-10T18:28:03+00:00\",\"dateModified\":\"2023-10-19T17:08:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/\"},\"wordCount\":500,\"commentCount\":19,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/10\/magento_magento_install_1.png\",\"articleSection\":[\"Magento\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/\",\"name\":\"How to Install Magento Manually From Start to Finish\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/10\/magento_magento_install_1.png\",\"datePublished\":\"2011-10-10T18:28:03+00:00\",\"dateModified\":\"2023-10-19T17:08:55+00:00\",\"description\":\"In this tutorial, we'll explain how to manually install Magento with our easy to follow Magento Installation Guide.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/10\/magento_magento_install_1.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/10\/magento_magento_install_1.png\",\"width\":841,\"height\":407,\"caption\":\"magento_install_1\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Magento Manually\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/595948dab2995d347a87076abdae19d8\",\"name\":\"Carrie Smaha\",\"description\":\"Carrie Smaha is a Senior Marketing Operations leader with over 20 years of experience in digital strategy, web development, and IT project management. She specializes in go-to-market programs and SaaS solutions for WordPress and VPS Hosting, working closely with technical teams and customers to deliver high-performance, scalable platforms. At InMotion Hosting, she drives product marketing initiatives that blend strategic insight with technical depth.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/carriesmaha\/\",\"https:\/\/x.com\/carriesmaha\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/carries\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Magento Manually From Start to Finish","description":"In this tutorial, we'll explain how to manually install Magento with our easy to follow Magento Installation Guide.","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.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Magento Manually From Start to Finish","og_description":"In this tutorial, we'll explain how to manually install Magento with our easy to follow Magento Installation Guide.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2011-10-10T18:28:03+00:00","article_modified_time":"2023-10-19T17:08:55+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/10\/magento_magento_install_1.png","type":"","width":"","height":""}],"author":"Carrie Smaha","twitter_card":"summary_large_image","twitter_creator":"@carriesmaha","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Carrie Smaha","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/"},"author":{"name":"Carrie Smaha","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/595948dab2995d347a87076abdae19d8"},"headline":"How to Install Magento Manually","datePublished":"2011-10-10T18:28:03+00:00","dateModified":"2023-10-19T17:08:55+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/"},"wordCount":500,"commentCount":19,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/10\/magento_magento_install_1.png","articleSection":["Magento"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/","name":"How to Install Magento Manually From Start to Finish","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/10\/magento_magento_install_1.png","datePublished":"2011-10-10T18:28:03+00:00","dateModified":"2023-10-19T17:08:55+00:00","description":"In this tutorial, we'll explain how to manually install Magento with our easy to follow Magento Installation Guide.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/10\/magento_magento_install_1.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/10\/magento_magento_install_1.png","width":841,"height":407,"caption":"magento_install_1"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/how-to-install-magento\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Install Magento Manually"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/595948dab2995d347a87076abdae19d8","name":"Carrie Smaha","description":"Carrie Smaha is a Senior Marketing Operations leader with over 20 years of experience in digital strategy, web development, and IT project management. She specializes in go-to-market programs and SaaS solutions for WordPress and VPS Hosting, working closely with technical teams and customers to deliver high-performance, scalable platforms. At InMotion Hosting, she drives product marketing initiatives that blend strategic insight with technical depth.","sameAs":["https:\/\/www.linkedin.com\/in\/carriesmaha\/","https:\/\/x.com\/carriesmaha"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/carries\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":72,"name":"Magento","slug":"magento","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/magento\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/1069","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/56983"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=1069"}],"version-history":[{"count":20,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/1069\/revisions"}],"predecessor-version":[{"id":107357,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/1069\/revisions\/107357"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=1069"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=1069"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=1069"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}