Hi.
I have a small test shop set up on my local LAN which can be accessed from outside through a normal Domain name URL. When I set up the shop, I entered in the global admin area the URL of the shop (e.g.
http://www.myshop.com). This now will work itself through the whole shop so that links to pages from the shop will start with this URL.
To access the shop from my internal network I have to enter the LAN IP address of the server holding the shop. (e.g. 192.168.1.200).
This throws the whole site layout out of the window as the style sheets and the menus look for the http://www.myshop.com location, while other links look for the
http://192.168.1.200 URL
Can someone tell me where to take the (http://www.myshop.com) link part out of the site links so that links always point to the shop's root folder which means it would work for the domain name as well for the internal IP number.