The Index Of The »
Webhosting »
Check the Windows system »
Redirect domain to check the check the ASP or scriptem
Domain redirection ASP scriptem
If you have set up in the Czechii variant, enabling the use of ASP scriptů, you have the ability to actively manage the routing of access to your domain from the different domain names. Use the following script.
<%
if Request.ServerVariables("SERVER_NAME") = "www.ukazka.zoner.cz" then
Response.Redirect("http://www.slovaknet.sk/ukazka/ukazka.html")
%>
Explanation of parts of the script:
-
Request.ServerVariables("SERVER_NAME") = "ukazka.zoner.cz"Specifies the domain that you proceeded to run this script. Note that by default, the zřizujeme You two approaches- the domain of the third order ukazka.zoner.cz, and also with the Web site, in this case the domain of the fourth order www.ukazka.zoner.cz. For each domain, then there is a separate line. -
Response.Redirect("http://www.slovaknet.sk/ukazka/ukazka.html")Specifies the page that is displayed, so that the script presměrovávat.
The domain listed in the script are only ulázkové and no longer work.