Hi developers,
I have to implement a module for creation of user's personal web sites. The user's web site must be mapped on a url like this:
www.mydomain.com/[username]
For example, the personal web site of the user 'mike' will be:
www.mydomain.com/mike
Obviously, this may rise some conflict problem with the webapp urls, however in nukes 1.0 this is not a great problem (I think, am I wrong?), since modules urls are always of the type:
index.html?module=...
or
/modules/...
My question is: will this approach (www.mydomain.com/[username]) lead to conflict problems in nukes 2.0 ?
Thanks in advance,
Marco
in nukes-2.0 you can implement you own style of URL if you want.
I already have done something like /blah where blah is the portal name (usefull when you have multiple portal per portal object container)