Geowebforum - URLs in Postings: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
(Valid urls with www)
(Valid urls without www)
Zeile 23: Zeile 23:
 
== Valid urls without www ==
 
== Valid urls without www ==
 
[URL]http://google.com[/URL]
 
[URL]http://google.com[/URL]
 +
 +
[URL]https://google.com[/URL]
  
 
http://google.com
 
http://google.com
 +
 +
https://google.com
  
 
[http://google.com]
 
[http://google.com]
  
Note: If there is no www, then http:// is required to recognize the link.
+
[https://google.com]
 +
 
 +
'''all result in exactly the same link [google.com] that links to http://google.com or https://google.com'''
 +
 
 +
''Note: If there is no www, then http:// is required to recognize the link.''

Version vom 13. Dezember 2011, 14:34 Uhr

Valid urls with www

[URL]www.google.com[/URL]

[URL]http://www.google.com[/URL]

[URL]https://www.google.com[/URL]

www.google.com

http://www.google.com

https://www.google.com

[www.google.com]

[http://www.google.com]

[https://www.google.com]

all result in exactly the same link [www.google.com] that links to http://www.google.com

Valid urls without www

[URL]http://google.com[/URL]

[URL]https://google.com[/URL]

http://google.com

https://google.com

[http://google.com]

[https://google.com]

all result in exactly the same link [google.com] that links to http://google.com or https://google.com

Note: If there is no www, then http:// is required to recognize the link.