Tii Host Example
This page is accessible through any host.
/different_response
is accessible through both
localhost
and
127.0.0.1
, but shows a different response for each.
/localhost_only
is only accessible through
localhost
.
/localip_only
is only accessible through
127.0.0.1
.
Convenience Links
http://localhost/different_response
will work
http://127.0.0.1/different_response
will work
http://localhost/localhost_only
will work
http://127.0.0.1/localhost_only
will not work
http://127.0.0.1/localip_only
will work
http://localhost/localip_only
will not work