알아두면 좋은 URL(Uniform Resource Locator)에 대한 기본 정보.
url의 각 명칭 |
Scheme
http 혹은 https
Subdomain
www
www 대신 blog, news 등 다른 걸로 바꿔도 상관없음.
www를 쓰거나 쓰지 않거나 상관은 없지만 redirect the other type! - 왜냐면 users가 어떤걸로 들어올 지 모르기 때문.
Domain name
도메인 이름 (google.com의 google)
도메인 이름은 human-friendly version of IP address.
컴퓨터가 url을 IP 주소로 convert함 (Domain Name System: DNS)
Top-level domain
.com
Port
:80
생략 가능
File path
path/to/file.html
the path (route) to a website's resource on a web server.
Parameter
?key1=val1&key2=val2
a parameter (query string) allows you to send specific data to the server. when the webserver receives the query string, it can use the string's value to do other things before sending the requested resource to your browser.
Anchor
#SpecificPartOfThisFile
a link to a specific part of the same file the url references.
* 함께 읽으면 좋은 글
구글 블로그스팟 초기 설정 시 참고할 부분
Tags:
개발자로 살아남기