This URL as shown relies on behavior in the server that may not be standard.
1. Typically a web server FQDN begins with "www." -- in this case, the URL does not begin with "www." and the request then goes to a site which may, or may not, be the web server you desire. Use the proper and full FQDN of the URL in the code which generates the URL.
2. On some servers, the URL as shown would display the contents of the directory under /show/practice/1. On other servers, the URL as shown would look for "index.html" in the directory /show/practice/1. On still other servers, the URL as shown would look for "index.php", "index.shtml", "index.htm" or other variant in the directory /show/practice/1. Use the proper and full specific file name that is to be accessed in the code which generates the URL.
1. Typically a web server FQDN begins with "www." -- in this case, the URL does not begin with "www." and the request then goes to a site which may, or may not, be the web server you desire. Use the proper and full FQDN of the URL in the code which generates the URL.
2. On some servers, the URL as shown would display the contents of the directory under /show/practice/1. On other servers, the URL as shown would look for "index.html" in the directory /show/practice/1. On still other servers, the URL as shown would look for "index.php", "index.shtml", "index.htm" or other variant in the directory /show/practice/1. Use the proper and full specific file name that is to be accessed in the code which generates the URL.