Welcome to our website, but...

Thanks to visiting our site.

But, this host is a virtual named host.

Virtual named host works based on a given hostname by client(you!).

To access a page that you (will) want, you must specify a correct hostname. For example, you must enter the address like http://example.com/ to address bar, not an IP address like http://123.45.67.89/.

If you accessed by hand-talking way like Telnet, you must add "Host:" header. For example, you must input like bold lines. (replace example.com with hostname that you want to access.)

$ telnet example.com 80
Trying 123.45.67.89...
Connected to example.com.
Escape character is '^]'.
GET / HTTP/1.0
Host: example.com
(just hit return key)
HTTP/1.1 200 OK
...
		

We apologize for inconvinience. Thanks.