MrBaseball34 Posted April 1, 2011 Share Posted April 1, 2011 We have our store in a subdomain called store so the url to the store is store.mysite.comWe are in the process of moving to another host and can only test using this type of url: http://192.168.0.10/~account/storeWe have a problems because many of the URLs generated by the store are store.mysite.comHow can I test this thing like this before I actually change DNS? Link to comment Share on other sites More sharing options...
MrBaseball34 Posted April 1, 2011 Author Share Posted April 1, 2011 Ok, to make this work, you need to edit your hosts file and placethe entries in there.I did this: 192.168.0.10 mystore.com 192.168.0.10 www.mystore.com 192.168.0.10 store.mystore.com and my browser was redirected to my new site perfectly. Link to comment Share on other sites More sharing options...
Recommended Posts