Tuesday 29 November 2005 4:18:20 am
You'll need to set up a virtual host setup: http://ez.no/doc/ez_publish/technical_manual/3_6/installation/virtual_host_setup If you want admin.127.0.0.1 to work you need to set that up as a host in your windows/system32/drivers/etc/hosts file. However, you can't mix a IP and domain name, so admin.127.0.0.1 will not be related to your localhost IP in any other way that those numbers are a part of the domain name you choose.
You can do this: set up this in your hosts file: 127.0.0.1 blog.local admin.blog.local
Then you complete the virtual host setup with those domains and you'll be able to access
http://blog.local and http://admin.blog.local allthough, only locally. Hope that helped a little
|