1 개요[ | ]
- Clean URL, RESTful URL, user-friendly URL, SEO-friendly URL
- 사용자 친화적 URL, 검색엔진 친화적 URL, 친화적 URL, 간편 URL, 클린 URL
- 질의어 없이, 경로만 가진 간단한 구조의 URL
- 기억하기 쉽고, 입력하기 쉬움
2 예시[ | ]
Unclean URL | Clean URL |
---|---|
http://example.com/index.php?page=foo | http://example.com/foo |
http://example.com/index.php?page=consulting/marketing | http://example.com/consulting/marketing |
http://example.com/products?category=2&pid=25 | http://example.com/products/2/25 |
http://example.com/cgi-bin/feed.cgi?feed=news&frm=rss | http://example.com/news.rss |
http://example.com/services/index.jsp?category=legal&id=patents | http://example.com/services/legal/patents |
http://example.com/kb/index.php?cat=8&id=41 | http://example.com/kb/customer%20intelligence/sales%20forecasting |
http://example.com/index.asp?mod=profiles&id=193 | http://example.com/user/john-doe |
http://example.com/app/dashboard/dsptchr_c80.dll?page=38661&mod1=bnr_ant&UID=4511681&SESSID=4fd8b561ac867195fba2cc5679&... | http://example.com/app/dashboard/reports#monthly |
3 같이 보기[ | ]
4 참고[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.