it can be made with a .htaccess file that do the rewrite property... Original message From:BigJ< [EMAIL PROTECTED] >Date: 18 Nov 08 03:11:00Subject: [DotNetDevelopment] extensionsTo: "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" i'm trying to build a weblog app similar to xanga, and was wonderinghow does the site handle a url like http://www.xanga.com/jediwa72 ,where the username "jediwa72" is not a file name nor is it passed inas a URL parameter (?UserId=jediwa72). On top of that, how does thesite decide to show either the "main" or jediwa72's page based onthat? You would think they would have to use the hide property, whichwould be totally inefficient, or redirect to another page, which theyare not. any insight?
