{"id":6607,"date":"2018-12-27T15:08:59","date_gmt":"2018-12-27T15:08:59","guid":{"rendered":"https:\/\/www.siliconhouse.net\/support\/?page_id=6607"},"modified":"2018-12-27T15:09:01","modified_gmt":"2018-12-27T15:09:01","slug":"how-change-magento-base-url-phpmyadmin","status":"publish","type":"page","link":"https:\/\/www.siliconhouse.net\/support\/how-change-magento-base-url-phpmyadmin\/","title":{"rendered":"How to Change Magento Base URL Via phpMyAdmin ?"},"content":{"rendered":"\n<p><br>Magento is a free and powerful open-source content management system (CMS) using which websites can be created for free for different purposes. It is coming as a script in Softaculous given by Silicon House in Linux reseller hosting. In this article, you will learn about changing magento base URL via phpMyAdmin.<\/p>\n\n\n\n<p><aside id=\"text-16\" class=\"widget widget_text amr_widget\">\t\t\t<div class=\"textwidget\"><div class=\"reseller_web_hosting_support_advts\">\r\n\r\n<div class=\"reseller_web_hosting_support_advts_left\">\r\n<a href=\"https:\/\/www.siliconhouse.net\/linux-reseller-web-hosting-india\" target=\"_blank\"><img decoding=\"async\" border=\"0\" src=\"https:\/\/www.siliconhouse.net\/wp-content\/uploads\/2018\/06\/336X280-saffron-unlimited-499-kickstart.gif\" width=\"336\" height=\"280\" alt=\"Reseller Hosting Special Offer\"><\/a>\r\n<\/div>\r\n\r\n<div class=\"reseller_web_hosting_support_advts_right\">\r\n<a href=\"https:\/\/www.siliconhouse.net\/linux-cloud-server-hosting-india\" target=\"_blank\"><img decoding=\"async\" border=\"0\" src=\"https:\/\/www.siliconhouse.net\/wp-content\/uploads\/2018\/06\/336X280-purple-enterprise-cloud-stak-19.jpg\" width=\"336\" height=\"280\" alt=\"Enterprise Cloud Stack\"><\/a>\r\n<\/div>\r\n\r\n<\/div><\/div>\n\t\t<\/aside> <aside id=\"text-20\" class=\"extendedwopts-md-center widget widget_text amr_widget\">\t\t\t<div class=\"textwidget\"><div class=\"reseller_web_hosting_support_advts\">\r\n<div class=\"reseller_web_hosting_support_advts_left\">\r\n<img decoding=\"async\" border=\"0\" src=\"http:\/\/www.siliconhouse.net\/support\/wp-content\/uploads\/2016\/12\/reseller-hosting-249-offer.gif\" width=\"320\" height=\"100\" alt=\"Reseller Hosting Special Offer\">\r\n<\/div>\r\n\r\n<div class=\"reseller_web_hosting_support_advts_right\">\r\n<img decoding=\"async\" border=\"0\" src=\"http:\/\/www.siliconhouse.net\/support\/wp-content\/uploads\/2016\/12\/reseller-hosting-249-offer.gif\" width=\"320\" height=\"100\" alt=\"Reseller Hosting Special Offer\">\r\n<\/div>\r\n\r\n<\/div><\/div>\n\t\t<\/aside><br><\/p>\n\n\n\n<p>To change the magento base URL, you can follow the below procedure :<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Login to cPanel of the website<\/li><li>Access to phpMyAdmin under Databases<\/li><li>Expand the database associated with the Magento installation and select the \u201ccore_config_data\u201d table<\/li><li>Sort table by path column and find the following rows for your unsecure section, they should look like the following:<\/li><\/ol>\n\n\n\n<p>Columns<\/p>\n\n\n\n<p>PATH                         VALUE<br>\nweb\/unsecure\/base_url        http:\/\/www.example.com\/<br>\nweb\/unsecure\/base_link_url   {{unsecure_base_url}}<br>\nweb\/unsecure\/base_skin_url   {{unsecure_base_url}}skin\/<br>\nweb\/unsecure\/base_media_url  {{unsecure_base_url}}media\/<br>\nweb\/unsecure\/base_js_url     {{unsecure_base_url}}js\/<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Replace http:\/\/www.example.com\/ with your appropriate domain url (trailing slash necessary) and if you\u2019ve installed in a subfolder append it with a \/ after it. For eg : http:\/\/www.example.com\/test\/<\/li><li>Then Find the following rows for your secure section, they should look like the following:<\/li><\/ol>\n\n\n\n<p>Columns<\/p>\n\n\n\n<p>PATH                        VALUE<br>\nweb\/secure\/base_url         https:\/\/www.example.com\/<br>\nweb\/secure\/base_link_url    {{secure_base_url}}<br>\nweb\/secure\/base_skin_url    {{secure_base_url}}skin\/<br>\nweb\/secure\/base_media_url   {{secure_base_url}}media\/<br>\nweb\/secure\/base_js_url      {{secure_base_url}}js\/<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Replace https:\/\/www.example.com\/ with your appropriate domain url (trailing slash necessary) and if you&#8217;ve installed in a subfolder append it with a \/ after it. If you haven&#8217;t received your security certificate and enabled TLS\/SSL yet, use http instead of https<\/li><li>Clear contents from var\/cache, var\/session directories after changing base_urls<\/li><\/ol>\n\n\n\n<p>NOTE: If you have set your base_url correctly for web\/unsecure\/base_url and web\/secure\/base_url you do not have to do any changes in {{UNSECURE_BASE_URL}} and {{SECURE_BASE_URL}} macros in the rest of the entries.<\/p>\n\n\n\n<p>You can also change Magento Base URL in magento backend panel. The below procedure gives you the procedure to change Magento base URL via Magento backend :<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Magento 1<\/h2>\n\n\n\n<p>Configure the unsecure base URLs:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>In your Magento backend, go to System &gt; Configuration<\/li><li>On the left menu, under General section, click Web<\/li><li>Expand Unsecure section. Enter the unsecure (http) Base URL for your store. Make sure to end the URL with a forward slash (\u201c\/\u201d)<\/li><li>If you don\u2019t plan to use a secure base URL for the Admin(Optional), do the following:<br>\na. Expand Secure section<br>\nb. Enter your unsecure (http) Base URL. The URL should be the same in both the Secure and Unsecure sections<\/li><li>Click the Save Config button<\/li><\/ol>\n\n\n\n<p>Configure the secure base URLs:<\/p>\n\n\n\n<p>If your domain has a valid security certificate, you can configure the URLs for either the frontend and Admin\u2014or both\u2014to run over a secure (https) channel.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>In your Magento backend, go to System &gt; Configuration<\/li><li>On the left menu, under General section, click Web<\/li><li>Expand Secure section. Then, do the following:<\/li><li>To use a secure (https) for the frontend, enter the Base URL, followed by a forward slash (\u201c\/\u201d)<br>\nIf you want to run the entire storefront over a secure (https) channel, set Use Secure URLs in Frontend to Yes<br>\nIf you want to run the entire Admin over a secure (https) channel, set Use Secure URLs in Admin to Yes<\/li><li>Click the Save Config button<\/li><\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Magento is a free and powerful open-source content management system (CMS) using which websites can be created for free for<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6607","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Change Magento Base URL Via phpMyAdmin<\/title>\n<meta name=\"description\" content=\"Magento is a free and powerful open-source content management system (CMS) using which websites can be created for free for different purposes.\" \/>\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.siliconhouse.net\/support\/how-change-magento-base-url-phpmyadmin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Change Magento Base URL Via phpMyAdmin\" \/>\n<meta property=\"og:description\" content=\"Magento is a free and powerful open-source content management system (CMS) using which websites can be created for free for different purposes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.siliconhouse.net\/support\/how-change-magento-base-url-phpmyadmin\/\" \/>\n<meta property=\"og:site_name\" content=\"Silicon House - Reseller Hosting - Dedicated Servers - Cloud\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/siliconhouse.net\" \/>\n<meta property=\"article:modified_time\" content=\"2018-12-27T15:09:01+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@siliconhouse\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.siliconhouse.net\/support\/how-change-magento-base-url-phpmyadmin\/\",\"url\":\"https:\/\/www.siliconhouse.net\/support\/how-change-magento-base-url-phpmyadmin\/\",\"name\":\"How to Change Magento Base URL Via phpMyAdmin\",\"isPartOf\":{\"@id\":\"https:\/\/www.siliconhouse.net\/support\/#website\"},\"datePublished\":\"2018-12-27T15:08:59+00:00\",\"dateModified\":\"2018-12-27T15:09:01+00:00\",\"description\":\"Magento is a free and powerful open-source content management system (CMS) using which websites can be created for free for different purposes.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.siliconhouse.net\/support\/how-change-magento-base-url-phpmyadmin\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.siliconhouse.net\/support\/how-change-magento-base-url-phpmyadmin\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.siliconhouse.net\/support\/how-change-magento-base-url-phpmyadmin\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.siliconhouse.net\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Change Magento Base URL Via phpMyAdmin ?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.siliconhouse.net\/support\/#website\",\"url\":\"https:\/\/www.siliconhouse.net\/support\/\",\"name\":\"Silicon House - Reseller Hosting - Dedicated Servers - Cloud\",\"description\":\"Reseller Hosting - Dedicated Servers - Cloud\",\"publisher\":{\"@id\":\"https:\/\/www.siliconhouse.net\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.siliconhouse.net\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.siliconhouse.net\/support\/#organization\",\"name\":\"Silicon House\",\"url\":\"https:\/\/www.siliconhouse.net\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.siliconhouse.net\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.siliconhouse.net\/support\/wp-content\/uploads\/2016\/10\/siliconhouse-logo.png\",\"contentUrl\":\"https:\/\/www.siliconhouse.net\/support\/wp-content\/uploads\/2016\/10\/siliconhouse-logo.png\",\"width\":42,\"height\":40,\"caption\":\"Silicon House\"},\"image\":{\"@id\":\"https:\/\/www.siliconhouse.net\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/siliconhouse.net\",\"https:\/\/x.com\/siliconhouse\",\"https:\/\/www.youtube.com\/siliconhouse\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Change Magento Base URL Via phpMyAdmin","description":"Magento is a free and powerful open-source content management system (CMS) using which websites can be created for free for different purposes.","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.siliconhouse.net\/support\/how-change-magento-base-url-phpmyadmin\/","og_locale":"en_US","og_type":"article","og_title":"How to Change Magento Base URL Via phpMyAdmin","og_description":"Magento is a free and powerful open-source content management system (CMS) using which websites can be created for free for different purposes.","og_url":"https:\/\/www.siliconhouse.net\/support\/how-change-magento-base-url-phpmyadmin\/","og_site_name":"Silicon House - Reseller Hosting - Dedicated Servers - Cloud","article_publisher":"https:\/\/www.facebook.com\/siliconhouse.net","article_modified_time":"2018-12-27T15:09:01+00:00","twitter_card":"summary_large_image","twitter_site":"@siliconhouse","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.siliconhouse.net\/support\/how-change-magento-base-url-phpmyadmin\/","url":"https:\/\/www.siliconhouse.net\/support\/how-change-magento-base-url-phpmyadmin\/","name":"How to Change Magento Base URL Via phpMyAdmin","isPartOf":{"@id":"https:\/\/www.siliconhouse.net\/support\/#website"},"datePublished":"2018-12-27T15:08:59+00:00","dateModified":"2018-12-27T15:09:01+00:00","description":"Magento is a free and powerful open-source content management system (CMS) using which websites can be created for free for different purposes.","breadcrumb":{"@id":"https:\/\/www.siliconhouse.net\/support\/how-change-magento-base-url-phpmyadmin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.siliconhouse.net\/support\/how-change-magento-base-url-phpmyadmin\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.siliconhouse.net\/support\/how-change-magento-base-url-phpmyadmin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.siliconhouse.net\/support\/"},{"@type":"ListItem","position":2,"name":"How to Change Magento Base URL Via phpMyAdmin ?"}]},{"@type":"WebSite","@id":"https:\/\/www.siliconhouse.net\/support\/#website","url":"https:\/\/www.siliconhouse.net\/support\/","name":"Silicon House - Reseller Hosting - Dedicated Servers - Cloud","description":"Reseller Hosting - Dedicated Servers - Cloud","publisher":{"@id":"https:\/\/www.siliconhouse.net\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.siliconhouse.net\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.siliconhouse.net\/support\/#organization","name":"Silicon House","url":"https:\/\/www.siliconhouse.net\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.siliconhouse.net\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.siliconhouse.net\/support\/wp-content\/uploads\/2016\/10\/siliconhouse-logo.png","contentUrl":"https:\/\/www.siliconhouse.net\/support\/wp-content\/uploads\/2016\/10\/siliconhouse-logo.png","width":42,"height":40,"caption":"Silicon House"},"image":{"@id":"https:\/\/www.siliconhouse.net\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/siliconhouse.net","https:\/\/x.com\/siliconhouse","https:\/\/www.youtube.com\/siliconhouse"]}]}},"_links":{"self":[{"href":"https:\/\/www.siliconhouse.net\/support\/wp-json\/wp\/v2\/pages\/6607","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.siliconhouse.net\/support\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.siliconhouse.net\/support\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.siliconhouse.net\/support\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.siliconhouse.net\/support\/wp-json\/wp\/v2\/comments?post=6607"}],"version-history":[{"count":1,"href":"https:\/\/www.siliconhouse.net\/support\/wp-json\/wp\/v2\/pages\/6607\/revisions"}],"predecessor-version":[{"id":6608,"href":"https:\/\/www.siliconhouse.net\/support\/wp-json\/wp\/v2\/pages\/6607\/revisions\/6608"}],"wp:attachment":[{"href":"https:\/\/www.siliconhouse.net\/support\/wp-json\/wp\/v2\/media?parent=6607"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}