Can I use Magento2 back-end if we remove the domain?Moved hosts. Instead of reinstalling (which takes ages) copied all the files as well as the database. Now a lot of sites won't workWhat is the effect of deleting a product with associated orders?Migrated Magento to new server. Cant get emails to send to customerhow to migrate the CDN affected magento siteMagento2: How to move from localhost wamp to live serverStore direct_url in category text in Magento 2Which event fire on address change in Magento 1 Admin?Magento2: Default layout changed, Admin and front endSource Key should be specifiedMove the primary store out of the hosting to a new install on a different server and keep the secondary store/website still working on the old server?

Silly doubt about tidal effects and Einstein Field Equations

Find the C-factor of a vote

Hot coffee brewing solutions for deep woods camping

How do I handle a table mixing up the DM and the players' roles too often?

How can I politely work my way around not liking coffee or beer when it comes to professional networking?

Why does Linux list NVMe drives as /dev/nvme0 instead of /dev/sda?

Why aren't non-isolated DC-DC converters made for high wattage applications?

Loss of power when I remove item from the outlet

What reason would an alien civilization have for building a Dyson Sphere (or Swarm) if cheap Nuclear fusion is available?

When to remove insignificant variables?

Employer wants to use my work email account after I quit

What does the hyphen "-" mean in "tar xzf -"?

Do I have any obligations to my PhD supervisor's requests after I have graduated?

Output of "$OSTYPE:6" on old releases of Mac OS X

Explain why a line can never intersect a plane in exactly two points.

How does DC work with natural 20?

Can any NP-Complete Problem be solved using at most polynomial space (but while using exponential time?)

What's the difference between a deep fryer and a chip pan?

What is "industrial ethernet"?

What can I do with a research project that is my university’s intellectual property?

Why do even high-end cameras often still include normal (non-cross-type) AF sensors?

Count All Possible Unique Combinations of Letters in a Word

Convert a string containing integers to list of integers

How many children?



Can I use Magento2 back-end if we remove the domain?


Moved hosts. Instead of reinstalling (which takes ages) copied all the files as well as the database. Now a lot of sites won't workWhat is the effect of deleting a product with associated orders?Migrated Magento to new server. Cant get emails to send to customerhow to migrate the CDN affected magento siteMagento2: How to move from localhost wamp to live serverStore direct_url in category text in Magento 2Which event fire on address change in Magento 1 Admin?Magento2: Default layout changed, Admin and front endSource Key should be specifiedMove the primary store out of the hosting to a new install on a different server and keep the secondary store/website still working on the old server?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















We change webshop from Magento2 to a new platform next week and would like to know if you can log into Magento after moving the domain. Do we still have acces to the backend and our orders?
Hope anyone can help with a yes or a no. :-)



Thanks!
Monica










share|improve this question









New contributor



Monica is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    3















    We change webshop from Magento2 to a new platform next week and would like to know if you can log into Magento after moving the domain. Do we still have acces to the backend and our orders?
    Hope anyone can help with a yes or a no. :-)



    Thanks!
    Monica










    share|improve this question









    New contributor



    Monica is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      3












      3








      3








      We change webshop from Magento2 to a new platform next week and would like to know if you can log into Magento after moving the domain. Do we still have acces to the backend and our orders?
      Hope anyone can help with a yes or a no. :-)



      Thanks!
      Monica










      share|improve this question









      New contributor



      Monica is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      We change webshop from Magento2 to a new platform next week and would like to know if you can log into Magento after moving the domain. Do we still have acces to the backend and our orders?
      Hope anyone can help with a yes or a no. :-)



      Thanks!
      Monica







      magento2 orders migration domain






      share|improve this question









      New contributor



      Monica is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question









      New contributor



      Monica is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question








      edited Jun 14 at 6:57









      Muhammad Farzam

      7916




      7916






      New contributor



      Monica is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked Jun 13 at 11:28









      MonicaMonica

      161




      161




      New contributor



      Monica is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      Monica is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          2 Answers
          2






          active

          oldest

          votes


















          3














          Could be either yes or no. Is the old domain being dropped? If so you need to speak to whoever is in charge of the migration. Ideally you want to go from this



          www.olddomain.com/



          www.olddomain.com/oldadminpanel



          To this



          www.newdomain.com/



          www.newdomain.com/newadminpanel



          With a subdomain



          archive.newdomain.com/



          archive.newdomain.com/oldadminpanel



          Then you can get to your old data via archive.newdomain.com/oldadminpanel



          This is the most cost effective solution for most. Also that way you are asking that the old site is maintained in terms of data and files. Otherwise you might lose something.



          If the old domain isn't being dropped access will be maintained for as long as you continue to pay for hosting for old domain.






          share|improve this answer























          • Ok - Thanks a lot :-)

            – Monica
            Jun 13 at 12:34











          • @Monica No problem. If you feel this question has been answered please mark as accepted.

            – Dominic Xigen
            Jun 13 at 17:42


















          3














          access your backend by IP address:



          php bin/magento setup:store-config:set --base-url="http://1.2.3.4/"

          php bin/magento setup:store-config:set --use-secure=0

          php bin/magento cache:flush


          where 1.2.3.4 is your old IP address. that simple.



          http://1.2.3.4/admin_xxxx





          share|improve this answer

























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "479"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );






            Monica is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f278235%2fcan-i-use-magento2-back-end-if-we-remove-the-domain%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            3














            Could be either yes or no. Is the old domain being dropped? If so you need to speak to whoever is in charge of the migration. Ideally you want to go from this



            www.olddomain.com/



            www.olddomain.com/oldadminpanel



            To this



            www.newdomain.com/



            www.newdomain.com/newadminpanel



            With a subdomain



            archive.newdomain.com/



            archive.newdomain.com/oldadminpanel



            Then you can get to your old data via archive.newdomain.com/oldadminpanel



            This is the most cost effective solution for most. Also that way you are asking that the old site is maintained in terms of data and files. Otherwise you might lose something.



            If the old domain isn't being dropped access will be maintained for as long as you continue to pay for hosting for old domain.






            share|improve this answer























            • Ok - Thanks a lot :-)

              – Monica
              Jun 13 at 12:34











            • @Monica No problem. If you feel this question has been answered please mark as accepted.

              – Dominic Xigen
              Jun 13 at 17:42















            3














            Could be either yes or no. Is the old domain being dropped? If so you need to speak to whoever is in charge of the migration. Ideally you want to go from this



            www.olddomain.com/



            www.olddomain.com/oldadminpanel



            To this



            www.newdomain.com/



            www.newdomain.com/newadminpanel



            With a subdomain



            archive.newdomain.com/



            archive.newdomain.com/oldadminpanel



            Then you can get to your old data via archive.newdomain.com/oldadminpanel



            This is the most cost effective solution for most. Also that way you are asking that the old site is maintained in terms of data and files. Otherwise you might lose something.



            If the old domain isn't being dropped access will be maintained for as long as you continue to pay for hosting for old domain.






            share|improve this answer























            • Ok - Thanks a lot :-)

              – Monica
              Jun 13 at 12:34











            • @Monica No problem. If you feel this question has been answered please mark as accepted.

              – Dominic Xigen
              Jun 13 at 17:42













            3












            3








            3







            Could be either yes or no. Is the old domain being dropped? If so you need to speak to whoever is in charge of the migration. Ideally you want to go from this



            www.olddomain.com/



            www.olddomain.com/oldadminpanel



            To this



            www.newdomain.com/



            www.newdomain.com/newadminpanel



            With a subdomain



            archive.newdomain.com/



            archive.newdomain.com/oldadminpanel



            Then you can get to your old data via archive.newdomain.com/oldadminpanel



            This is the most cost effective solution for most. Also that way you are asking that the old site is maintained in terms of data and files. Otherwise you might lose something.



            If the old domain isn't being dropped access will be maintained for as long as you continue to pay for hosting for old domain.






            share|improve this answer













            Could be either yes or no. Is the old domain being dropped? If so you need to speak to whoever is in charge of the migration. Ideally you want to go from this



            www.olddomain.com/



            www.olddomain.com/oldadminpanel



            To this



            www.newdomain.com/



            www.newdomain.com/newadminpanel



            With a subdomain



            archive.newdomain.com/



            archive.newdomain.com/oldadminpanel



            Then you can get to your old data via archive.newdomain.com/oldadminpanel



            This is the most cost effective solution for most. Also that way you are asking that the old site is maintained in terms of data and files. Otherwise you might lose something.



            If the old domain isn't being dropped access will be maintained for as long as you continue to pay for hosting for old domain.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jun 13 at 12:11









            Dominic XigenDominic Xigen

            1,8101311




            1,8101311












            • Ok - Thanks a lot :-)

              – Monica
              Jun 13 at 12:34











            • @Monica No problem. If you feel this question has been answered please mark as accepted.

              – Dominic Xigen
              Jun 13 at 17:42

















            • Ok - Thanks a lot :-)

              – Monica
              Jun 13 at 12:34











            • @Monica No problem. If you feel this question has been answered please mark as accepted.

              – Dominic Xigen
              Jun 13 at 17:42
















            Ok - Thanks a lot :-)

            – Monica
            Jun 13 at 12:34





            Ok - Thanks a lot :-)

            – Monica
            Jun 13 at 12:34













            @Monica No problem. If you feel this question has been answered please mark as accepted.

            – Dominic Xigen
            Jun 13 at 17:42





            @Monica No problem. If you feel this question has been answered please mark as accepted.

            – Dominic Xigen
            Jun 13 at 17:42













            3














            access your backend by IP address:



            php bin/magento setup:store-config:set --base-url="http://1.2.3.4/"

            php bin/magento setup:store-config:set --use-secure=0

            php bin/magento cache:flush


            where 1.2.3.4 is your old IP address. that simple.



            http://1.2.3.4/admin_xxxx





            share|improve this answer



























              3














              access your backend by IP address:



              php bin/magento setup:store-config:set --base-url="http://1.2.3.4/"

              php bin/magento setup:store-config:set --use-secure=0

              php bin/magento cache:flush


              where 1.2.3.4 is your old IP address. that simple.



              http://1.2.3.4/admin_xxxx





              share|improve this answer

























                3












                3








                3







                access your backend by IP address:



                php bin/magento setup:store-config:set --base-url="http://1.2.3.4/"

                php bin/magento setup:store-config:set --use-secure=0

                php bin/magento cache:flush


                where 1.2.3.4 is your old IP address. that simple.



                http://1.2.3.4/admin_xxxx





                share|improve this answer













                access your backend by IP address:



                php bin/magento setup:store-config:set --base-url="http://1.2.3.4/"

                php bin/magento setup:store-config:set --use-secure=0

                php bin/magento cache:flush


                where 1.2.3.4 is your old IP address. that simple.



                http://1.2.3.4/admin_xxxx






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jun 13 at 12:40









                MagenXMagenX

                2,4171027




                2,4171027




















                    Monica is a new contributor. Be nice, and check out our Code of Conduct.









                    draft saved

                    draft discarded


















                    Monica is a new contributor. Be nice, and check out our Code of Conduct.












                    Monica is a new contributor. Be nice, and check out our Code of Conduct.











                    Monica is a new contributor. Be nice, and check out our Code of Conduct.














                    Thanks for contributing an answer to Magento Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f278235%2fcan-i-use-magento2-back-end-if-we-remove-the-domain%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                    Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                    Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form