{"id":1160,"date":"2020-06-26T17:27:36","date_gmt":"2020-06-27T00:27:36","guid":{"rendered":"https:\/\/SUMMALAI.COM\/?p=1160"},"modified":"2024-01-15T12:27:31","modified_gmt":"2024-01-15T20:27:31","slug":"how-to-move-a-wordpress-site-manually-no-plug-in-and-phpmyadmin-required","status":"publish","type":"post","link":"https:\/\/SUMMALAI.COM\/?p=1160","title":{"rendered":"How To Move A WordPress Site Manually (No Plug-in And Phpmyadmin Required)"},"content":{"rendered":"\n<p><strong>How To Move A WordPress Site Manually (No Plugin And Phpmyadmin Required)?<\/strong><\/p>\n\n\n\n<p>This article is assuming both old and new server are ruing same software, like Apache, MySQL, PHP, etc.<\/p>\n\n\n\n<p><strong>Step 1: Backup all files on the old server<\/strong><\/p>\n\n\n\n<p>&nbsp;\/var\/www<\/p>\n\n\n\n<p>&nbsp;\/etc\/httpd<\/p>\n\n\n\n<p>&nbsp;\/etc\/php.ini<\/p>\n\n\n\n<p><strong>Step 2: check the exiting configures from wp-config.php<\/strong><\/p>\n\n\n\n<p>define( &#8216;DB_NAME&#8217;, &#8216;wp&#8217; );<\/p>\n\n\n\n<p>\/** MySQL database username *\/<\/p>\n\n\n\n<p>define( &#8216;DB_USER&#8217;, &#8216;wordpress&#8217; );<\/p>\n\n\n\n<p>\/** MySQL database password *\/<\/p>\n\n\n\n<p>define( &#8216;DB_PASSWORD&#8217;, &#8216;YourPassword&#8217; );<\/p>\n\n\n\n<p>\/** MySQL hostname *\/<\/p>\n\n\n\n<p>define( &#8216;DB_HOST&#8217;, &#8216;localhost&#8217; );<\/p>\n\n\n\n<p>\/** Database Charset to use in creating database tables. *\/<\/p>\n\n\n\n<p>define( &#8216;DB_CHARSET&#8217;, &#8216;utf8mb4&#8217; );<\/p>\n\n\n\n<p>\/** The Database Collate type. Don&#8217;t change this if in doubt. *\/<\/p>\n\n\n\n<p>define( &#8216;DB_COLLATE&#8217;, &#8221; );<\/p>\n\n\n\n<p><strong>Step 3: Backup Database on the old server<\/strong><\/p>\n\n\n\n<p>[root@mail ~]# mysqldump -u wordpress -p wp &gt; dump.sql<\/p>\n\n\n\n<p>Enter password:<\/p>\n\n\n\n<p>root@mail ~]#<\/p>\n\n\n\n<p><strong>Step 4: Create a new dbasebase on the new server<\/strong><\/p>\n\n\n\n<p>[root@www ~]# mysql -u root -p<\/p>\n\n\n\n<p>Enter password:<\/p>\n\n\n\n<p>Welcome to the MariaDB monitor.&nbsp; Commands end with ; or \\g.<\/p>\n\n\n\n<p>Your MariaDB connection id is 19<\/p>\n\n\n\n<p>Server version: 10.3.17-MariaDB MariaDB Server<\/p>\n\n\n\n<p>Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.<\/p>\n\n\n\n<p>Type &#8216;help;&#8217; or &#8216;\\h&#8217; for help. Type &#8216;\\c&#8217; to clear the current input statement.<\/p>\n\n\n\n<p>MariaDB [(none)]&gt; CREATE DATABASE wp;<\/p>\n\n\n\n<p>Query OK, 1 row affected (0.000 sec)<\/p>\n\n\n\n<p>MariaDB [(none)]>\u00a0 CREATE USER &#8216;wordpress&#8217;@&#8217;localhost&#8217; IDENTIFIED BY &#8216;Your-Password-Here&#8217;;<\/p>\n\n\n\n<p>Query OK, 0 rows affected (0.001 sec)<\/p>\n\n\n\n<p>MariaDB [(none)]>\u00a0 GRANT ALL ON wp.* TO &#8216;wordpress&#8217;@&#8217;localhost&#8217;;<\/p>\n\n\n\n<p>Query OK, 0 rows affected (0.001 sec)<\/p>\n\n\n\n<p>MariaDB [(none)]&gt; FLUSH PRIVILEGES;<\/p>\n\n\n\n<p>Query OK, 0 rows affected (0.001 sec)<\/p>\n\n\n\n<p>MariaDB [(none)]&gt; exit<\/p>\n\n\n\n<p>Bye<\/p>\n\n\n\n<p><strong>Step 5, restore the database on the new server<\/strong><\/p>\n\n\n\n<p>[root@www ~]# mysql -u root -p&nbsp; wp &lt; dump.sql<\/p>\n\n\n\n<p>Enter password:<\/p>\n\n\n\n<p><strong>Step 6, Upload all files to the new server<\/strong><\/p>\n\n\n\n<p>\/var\/www<\/p>\n\n\n\n<p>&nbsp;\/etc\/httpd<\/p>\n\n\n\n<p>&nbsp;\/etc\/php.ini<\/p>\n\n\n\n<p><strong>Step 7, start the Apache on the new server<\/strong><\/p>\n\n\n\n<p>If your website is using https, make sure to install the SSL module for Apache. Otherwise, the httpd service will not start.<\/p>\n\n\n\n<p>[root@www ~]# dnf install mod_ssl<\/p>\n\n\n\n<p>[root@www ~]# systemctl start httpd.service<\/p>\n\n\n\n<p>All done<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How To Move A WordPress Site Manually (No Plugin And Phpmyadmin Required)? This article is assuming both old and new server are ruing same software, like Apache, MySQL, PHP, etc. Step 1: Backup all files on the old server &nbsp;\/var\/www &nbsp;\/etc\/httpd &nbsp;\/etc\/php.ini Step 2: check the exiting configures from wp-config.php define( &#8216;DB_NAME&#8217;, &#8216;wp&#8217; ); \/** <a class=\"read-more\" href=\"https:\/\/SUMMALAI.COM\/?p=1160\">Read More<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[104,5,178],"tags":[],"class_list":["post-1160","post","type-post","status-publish","format-standard","hentry","category-apache","category-linux","category-wordpress"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"How To Move A WordPress Site Manually (No Plugin And Phpmyadmin Required)? This article is assuming both old and new server are ruing same software, like Apache, MySQL, PHP, etc. Step 1: Backup all files on the old server \/var\/www \/etc\/httpd \/etc\/php.ini Step 2: check the exiting configures from wp-config.php define( &#039;DB_NAME&#039;, &#039;wp&#039; ); \/**\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Summa Lai\"\/>\n\t<meta name=\"keywords\" content=\"apache,linux family,wordpress\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/SUMMALAI.COM\/?p=1160\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1160#article\",\"name\":\"How To Move A WordPress Site Manually (No Plug-in And Phpmyadmin Required) | Summa Lai\",\"headline\":\"How To Move A WordPress Site Manually (No Plug-in And Phpmyadmin Required)\",\"author\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1160#articleImage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/Summa_Logo-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"Summa Lai\"},\"datePublished\":\"2020-06-26T17:27:36-07:00\",\"dateModified\":\"2024-01-15T12:27:31-08:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1160#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1160#webpage\"},\"articleSection\":\"Apache, Linux Family, WordPress\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1160#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=5#listItem\",\"name\":\"Linux Family\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=5#listItem\",\"position\":2,\"name\":\"Linux Family\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=5\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=104#listItem\",\"name\":\"Apache\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=104#listItem\",\"position\":3,\"name\":\"Apache\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=104\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1160#listItem\",\"name\":\"How To Move A WordPress Site Manually (No Plug-in And Phpmyadmin Required)\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=5#listItem\",\"name\":\"Linux Family\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1160#listItem\",\"position\":4,\"name\":\"How To Move A WordPress Site Manually (No Plug-in And Phpmyadmin Required)\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=104#listItem\",\"name\":\"Apache\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\",\"name\":\"sladmin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1160#personImage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/Summa_Logo-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"sladmin\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2\",\"name\":\"Summa Lai\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1160#authorImage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/Summa_Logo-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"Summa Lai\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1160#webpage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1160\",\"name\":\"How To Move A WordPress Site Manually (No Plug-in And Phpmyadmin Required) | Summa Lai\",\"description\":\"How To Move A WordPress Site Manually (No Plugin And Phpmyadmin Required)? This article is assuming both old and new server are ruing same software, like Apache, MySQL, PHP, etc. Step 1: Backup all files on the old server \\\/var\\\/www \\\/etc\\\/httpd \\\/etc\\\/php.ini Step 2: check the exiting configures from wp-config.php define( 'DB_NAME', 'wp' ); \\\/**\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1160#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"datePublished\":\"2020-06-26T17:27:36-07:00\",\"dateModified\":\"2024-01-15T12:27:31-08:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#website\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/\",\"name\":\"Summa Lai\",\"description\":\"Never Stop Learning, Building a Little Wiki...\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How To Move A WordPress Site Manually (No Plug-in And Phpmyadmin Required) | Summa Lai","description":"How To Move A WordPress Site Manually (No Plugin And Phpmyadmin Required)? This article is assuming both old and new server are ruing same software, like Apache, MySQL, PHP, etc. Step 1: Backup all files on the old server \/var\/www \/etc\/httpd \/etc\/php.ini Step 2: check the exiting configures from wp-config.php define( 'DB_NAME', 'wp' ); \/**","canonical_url":"https:\/\/SUMMALAI.COM\/?p=1160","robots":"max-image-preview:large","keywords":"apache,linux family,wordpress","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/SUMMALAI.COM\/?p=1160#article","name":"How To Move A WordPress Site Manually (No Plug-in And Phpmyadmin Required) | Summa Lai","headline":"How To Move A WordPress Site Manually (No Plug-in And Phpmyadmin Required)","author":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"publisher":{"@id":"https:\/\/SUMMALAI.COM\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=1160#articleImage","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2020\/05\/Summa_Logo-150x150.png","width":96,"height":96,"caption":"Summa Lai"},"datePublished":"2020-06-26T17:27:36-07:00","dateModified":"2024-01-15T12:27:31-08:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/SUMMALAI.COM\/?p=1160#webpage"},"isPartOf":{"@id":"https:\/\/SUMMALAI.COM\/?p=1160#webpage"},"articleSection":"Apache, Linux Family, WordPress"},{"@type":"BreadcrumbList","@id":"https:\/\/SUMMALAI.COM\/?p=1160#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM#listItem","position":1,"name":"Home","item":"https:\/\/SUMMALAI.COM","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=5#listItem","name":"Linux Family"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=5#listItem","position":2,"name":"Linux Family","item":"https:\/\/SUMMALAI.COM\/?cat=5","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=104#listItem","name":"Apache"},"previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=104#listItem","position":3,"name":"Apache","item":"https:\/\/SUMMALAI.COM\/?cat=104","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?p=1160#listItem","name":"How To Move A WordPress Site Manually (No Plug-in And Phpmyadmin Required)"},"previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=5#listItem","name":"Linux Family"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?p=1160#listItem","position":4,"name":"How To Move A WordPress Site Manually (No Plug-in And Phpmyadmin Required)","previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=104#listItem","name":"Apache"}}]},{"@type":"Person","@id":"https:\/\/SUMMALAI.COM\/#person","name":"sladmin","image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=1160#personImage","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2020\/05\/Summa_Logo-150x150.png","width":96,"height":96,"caption":"sladmin"}},{"@type":"Person","@id":"https:\/\/SUMMALAI.COM\/?author=2#author","url":"https:\/\/SUMMALAI.COM\/?author=2","name":"Summa Lai","image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=1160#authorImage","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2020\/05\/Summa_Logo-150x150.png","width":96,"height":96,"caption":"Summa Lai"}},{"@type":"WebPage","@id":"https:\/\/SUMMALAI.COM\/?p=1160#webpage","url":"https:\/\/SUMMALAI.COM\/?p=1160","name":"How To Move A WordPress Site Manually (No Plug-in And Phpmyadmin Required) | Summa Lai","description":"How To Move A WordPress Site Manually (No Plugin And Phpmyadmin Required)? This article is assuming both old and new server are ruing same software, like Apache, MySQL, PHP, etc. Step 1: Backup all files on the old server \/var\/www \/etc\/httpd \/etc\/php.ini Step 2: check the exiting configures from wp-config.php define( 'DB_NAME', 'wp' ); \/**","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/SUMMALAI.COM\/#website"},"breadcrumb":{"@id":"https:\/\/SUMMALAI.COM\/?p=1160#breadcrumblist"},"author":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"creator":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"datePublished":"2020-06-26T17:27:36-07:00","dateModified":"2024-01-15T12:27:31-08:00"},{"@type":"WebSite","@id":"https:\/\/SUMMALAI.COM\/#website","url":"https:\/\/SUMMALAI.COM\/","name":"Summa Lai","description":"Never Stop Learning, Building a Little Wiki...","inLanguage":"en-US","publisher":{"@id":"https:\/\/SUMMALAI.COM\/#person"}}]}},"aioseo_meta_data":{"post_id":"1160","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":{"id":"#aioseo-article-65a0c11718a1c","slug":"article","graphName":"Article","label":"Article","properties":{"type":"BlogPosting","name":"#post_title","headline":"#post_title","description":"#post_excerpt","image":"","keywords":"","author":{"name":"#author_name","url":"#author_url"},"dates":{"include":true,"datePublished":"","dateModified":""}}},"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-20 22:14:40","updated":"2024-01-15 20:27:32","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\/?cat=5\" title=\"Linux Family\">Linux Family<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\/?cat=104\" title=\"Apache\">Apache<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow To Move A WordPress Site Manually (No Plug-in And Phpmyadmin Required)\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/SUMMALAI.COM"},{"label":"Linux Family","link":"https:\/\/SUMMALAI.COM\/?cat=5"},{"label":"Apache","link":"https:\/\/SUMMALAI.COM\/?cat=104"},{"label":"How To Move A WordPress Site Manually (No Plug-in And Phpmyadmin Required)","link":"https:\/\/SUMMALAI.COM\/?p=1160"}],"_links":{"self":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/1160","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1160"}],"version-history":[{"count":3,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/1160\/revisions"}],"predecessor-version":[{"id":4995,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/1160\/revisions\/4995"}],"wp:attachment":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1160"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1160"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1160"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}