Forum Moderators: phranque

Message Too Old, No Replies

How to do a virtual area for the users

         

romzinhu

5:50 pm on Mar 8, 2006 (gmt 0)



It needed two basic helps, but that I did not manage to do

Li until docs of the Apache, but as do not understand English, tbm did not manage to understand.

Kind, I am doing a musics letter site and would like that each music had an own page. Explaining better.

[site.com...] Bizkit/Behind Blue Eyes (In other words, he would go to open the category of the Limp Bizkit and the Letter Behind Blue Eyes) - (That so that it got easier of catch the letter).

The configurations that I managed to put in .htaccess:

RewriteRule ^lyrics(/)?(.*)(/)?(.*)(/)?$ /lyrics.php?group=$2&music=$3 [QSA,L]

But ae he only works using [site.com...] Bizkit
After, he does not work if put for music in the final, kind, if put [site.com...] Bizkit/Behind Blue Eyes (and for uRL is very large). I tava wanting to generate a smaller thing. Of the kind: [site.com...]

To stay partially the way I wanted, I did:

RewriteRule ^Limp_Bizkit(/)?(.*)(/)?(.*)(/)?$ /lyrics.php?group=limp_bizkit&music=$3 [QSA,L]

But I wanted a half how dynamic thing to need not to update htaccess to each added group.

This is my first doubt. Believe I who the second be similar to this, but with users. Kind, each user would have his own URL( [site.com...] Would have to be a half how dynamic thing, to need not to keep updating htaccess to each user registered. An example is the site fotolog ( [fotolog.net...] ). Certainly he does not create a new page for each user. I saw something of Virtual Host, but did not understand. Dae copied the code and tried to do work but did not get.

At once thanks by the attention. I do not know if of the to understand, it got a little confused and such. It would get very thankful that I helped me.

Thanks,
Robson

jdMorgan

12:03 am on Mar 10, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Robson,

Welcome to WebmasterWorld!

This thread [webmasterworld.com] describes creating virtual subdomains for users, and your problem is similar to that -- at least in very general terms.

Perhaps that thread will help you to focus your questions into more specific form.

Jim.