File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -186,11 +186,11 @@ We can categorize the URL and path as follows:
186186
187187| URL | Path |
188188| ------------------------------- | ------------ |
189- | http://site .com/ | / |
190- | http://site .com/hello | /hello |
191- | http://site .com/hello/world | /hello/world |
192- | http://site .com/hello?name=salt | /hello |
193- | http://site .com/hello#title | /hello |
189+ | http://example .com/ | / |
190+ | http://example .com/hello | /hello |
191+ | http://example .com/hello/world | /hello/world |
192+ | http://example .com/hello?name=salt | /hello |
193+ | http://example .com/hello#title | /hello |
194194
195195::: tip
196196If the path is not specified, the browser and web server will treat the path as '/' as a default value.
You can’t perform that action at this time.
0 commit comments