CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Apache Re-Write

  1. #1
    Join Date
    Sep 2004
    Location
    .hell On Earth.
    Posts
    91

    Apache Re-Write

    Hello,

    if i have a domain.com

    and when a user creates an account lets say userx

    i want the visitor to write

    userx.domain.com

    and be leaving the url as is i want to go to

    userx.domain.com/show.php?user=userx

    anyone has an idea on how to achieve this

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Apache Re-Write

    Look up ASP.Net. You'll need to use IIS as well.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Sep 2004
    Location
    .hell On Earth.
    Posts
    91

    Re: Apache Re-Write

    but i am using PHP - Apache on a Linux Server

  4. #4
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: Apache Re-Write

    You'll also need access to the DNS server .... and dynamically add each subdomain to it as each user registers...
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured