How to create virtual Directory like this useraccountName.sitedomainName.com

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bala2it4u
    New Member
    • Jun 2007
    • 30

    How to create virtual Directory like this useraccountName.sitedomainName.com

    have some experience in content management system, when user created a account there account name should come before of the domain name like this, accountname.sit edomainName.com

    How it is been done?

    can any one help me in solving it,

    M.Balaji
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    I have no idea what you are asking. But for logging into some windows services you put your domain before your username like thescripts\reds on. In other cases you put something like redson@subdomai n.domain.tld. still other times your computer is computer.subdom ain.domain.tld.

    You need to be more specific about what you are trying to do.

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      having a username.domain name.com address without micro-managing would require that all (anything).doma inname.com be sent to the same server.
      The server would then examine the "Host:" header field (which would look like "Host: username.domain name.com") and serve up the correct pages that corrosponded to it.

      I would think once you get your DNS nameservers setup correctly to handle that, coding based on the "host" header field would be fairly straightforward .

      Comment

      • bala2it4u
        New Member
        • Jun 2007
        • 30

        #4
        having a username.domain name.com address without micro-managing would require that all (anything).doma inname.com be sent to the same server.
        The server would then examine the "Host:" header field (which would look like "Host: username.domain name.com") and serve up the correct pages that corrosponded to it.

        I would think once you get your DNS nameservers setup correctly to handle that, coding based on the "host" header field would be fairly straightforward .
        Can you tell me more clear about it or can you tell me any link related it

        Sir

        Comment

        • Plater
          Recognized Expert Expert
          • Apr 2007
          • 7872

          #5
          Unfortunatly I only just discovered this myself, so my information is limited.

          I would look into DNS nameserver and name forwarding perhaps?

          Comment

          • Killer42
            Recognized Expert Expert
            • Oct 2006
            • 8429

            #6
            On behalf of bala2it4u, who can't seem to tell the Reply button from the report button :) ...

            Originally posted by bala2it4u
            Ok thanks for your reply.

            Comment

            Working...