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;
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
New contributor
add a comment |
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
New contributor
add a comment |
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
New contributor
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
magento2 orders migration domain
New contributor
New contributor
edited Jun 14 at 6:57
Muhammad Farzam
7916
7916
New contributor
asked Jun 13 at 11:28
MonicaMonica
161
161
New contributor
New contributor
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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.
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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
add a comment |
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
add a comment |
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
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
answered Jun 13 at 12:40
MagenXMagenX
2,4171027
2,4171027
add a comment |
add a comment |
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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