dns - What is the URL of my website? -


i have website on server. in server have moodle installed working lamp stack. can access website using ip. http://123.123.123.123

my question, url of website? not using dns , website has no name. ok that, don't need one.

the ip address number identifies server 123.123.123.123, url ip protocol? http://123.123.123.123 ?

a url protocol identifier followed hostname. in case, since not have dns set hostname ip address.

so, yes, url http traffic website http://123.123.123.123/

if on ftp it'd ftp://123.123.123.123/ etc.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -