subdomain does not work

Discussion in 'Hosting Services / Control Panel' started by prettyeagle, Oct 15, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello Sherman,

    My problems is from DNS, not my scripting. From the beginning, my scripting is correct.

    I am not asking for help on codes. As long as there is someone who give suggestions on what caused the problems. While every time, your supports just say "We do not provide assistance on development" or something like this useless answer.

    I think if there is someone who can give constructive suggestions. For example, my problems, if someone told me the problems is from DNS, then, I will not waste too much time on scripting.

    Anyway, my problems solved now, I am happy.

    Bob
     
  2. [​IMG]
    I had asked for assistance several time to technical staff, while every time, the answer is "we do not provide development assistance."

    I just bought the subdomain service and change my root default.asp as below:

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
    <%
    If InStr( UCase(Request.ServerVariables("SERVER_NAME")), UCase("pe-tarma.pretty-eagle.com.cn") ) > 0 Then
    Response.Redirect("/pe-tarma")
    ElseIf InStr( UCase(Request.ServerVariables("SERVER_NAME")), UCase("sophia.pretty-eagle.com.cn") ) > 0 Then
    Response.Redirect("/sophia/default.asp")

    Else
    Response.Redirect("/english/default.asp")

    End If
    %>

    while when we visit: http://www.pretty-eagle.com.cn it can redirect to /english/default.asp , when we visit subdomain: pe-tarma.pretty-eagle.com.cn it can not open. (of course www.pretty-eagle.com.cn/pe-tarma work)

    So, I am wondering besides adding the asp script, what else work shall we do?

    Please give useful assistance instead of "DO not provide developement service."

    Thanks
     
  3. Those guys in technical support are EXPERTS in supporting issues related exclusively to hosting. That's all they do, all day every day. They're not programmers or coders, by definition, and that's really not what they're there to do. If you have a Jaguar XJS and it breaks down (when are they NOT broken down?), you don't take it to a Lawyer, you take it to a mechanic.

    You are much more likely to get a detailed, comprehensive response here in the forum for issues related to programming, because DiscountASP.net is about empowering YOU to make the most of your own abilities and website. That's how we keep costs so low and the quality of service so high.

    Of course, you can always pay a developer to fix your code for you, that would be a very efficient means of getting your problem solved, but then you haven't had the pleasure of solving the problem yourself and learning something you didn't know before.

    Just imho.

    Sherm

    DiscountASP.net
    www.discountASP.net
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page