I just install Drupal , and allow new user have own blog,
can evry user have own url ?

etc 1:
username = peter , then their user = http://myblogxx.com/peter

etc 2:
username = lee , then their user = http://myblogxx.com/lee

Thanks.

Comments

Samat Jain’s picture

Yes, easily. Look at the URL alias module.
__
Personal home page | Rhombic Networks: Drupal-friendly web hosting

kkk2006’s picture

thanks for your reply , now i understand how to do .

but this is need use manual to setting , can it auto seetting when new user signup ?

etc : 1 new user signup , then auto setting URL to :
http://myblogxx/newusername

Thanks.

mhutch’s picture

Try the pathauto module - it can automatically create aliases for blogs, feeds, categories and nodes.

jumoke’s picture

I have a content type "video". It doesn't automatically create videos/%user for this. But does for blogs/%user. How can i fix this?