I am looking into a friend’s site which is really old and strange, and it has one thing really weird with it. If you go to the site here: http://www.crystalvine.com and click on “products” on the top menu, it takes you to the store’s home page which is set up in Magento.
Look at the url on that page. It is just an ip address. How could that be? Does anyone have any idea how to make it a domain name? I have access to the Magento account of that site, but can’t figure out how to make the actual url show up.
Thanks!!
In this case the various URL fields are reportedly blank, which should break things but does not. For future reference this is what they should be:
http://shop.crystalvine.com/{{unsecure_base_url}}{{unsecure_base_url}}skin/{{unsecure_base_url}}media/{{unsecure_base_url}}js/The secure section is the same but uses
{{secure_base_url}}instead of{{unsecure_base_url}}.